smaller logo in navbar
This commit is contained in:
parent
96120ba9e9
commit
192534a4e0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
<nav>
|
||||
<NavItem {segment} href="." matchingSegment="/" humanName="home">
|
||||
<FemtoStarLogo css_class="navlogo" height={42} width={33} color={$page.url.pathname == "/" ? "#FFFFFF" : "#FFFFFF75"}>home</FemtoStarLogo>
|
||||
<FemtoStarLogo css_class="navlogo" height={32} width={25} color={$page.url.pathname == "/" ? "#FFFFFF" : "#FFFFFF75"}>home</FemtoStarLogo>
|
||||
</NavItem>
|
||||
|
||||
<NavItem {segment} href="./faq" matchingSegment="/faq" humanName="faq" />
|
||||
|
|
Loading…
Reference in a new issue