mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-28 21:58:15 +02:00
don't use word mark in nav bar
This commit is contained in:
parent
fc19d0ba8b
commit
0b8bb5a974
1 changed files with 7 additions and 5 deletions
|
@ -78,15 +78,17 @@ export function Layout({
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lightOrDark === "light") {
|
if (lightOrDark === "light") {
|
||||||
return "/logo/word_mark_black.png";
|
// return "/logo/word_mark_black.png";
|
||||||
|
return "/logo/pangolin_orange.svg";
|
||||||
}
|
}
|
||||||
|
|
||||||
return "/logo/word_mark_white.png";
|
// return "/logo/word_mark_white.png";
|
||||||
|
return "/logo/pangolin_orange.svg";
|
||||||
}
|
}
|
||||||
|
|
||||||
setPath(getPath());
|
setPath(getPath());
|
||||||
}, [theme, env]);
|
}, [theme, env]);
|
||||||
|
|
||||||
const t = useTranslations();
|
const t = useTranslations();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
@ -170,8 +172,8 @@ export function Layout({
|
||||||
<Image
|
<Image
|
||||||
src={path}
|
src={path}
|
||||||
alt="Pangolin Logo"
|
alt="Pangolin Logo"
|
||||||
width={110}
|
width={35}
|
||||||
height={25}
|
height={35}
|
||||||
priority={true}
|
priority={true}
|
||||||
quality={25}
|
quality={25}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue