misc design progress and testing
This commit is contained in:
@ -65,7 +65,7 @@ export const Header = () => {
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/" data-active={pathname === "/praktisk"}>
|
||||
<Link href="/praktisk" data-active={pathname === "/praktisk"}>
|
||||
Praktisk info
|
||||
</Link>
|
||||
</li>
|
||||
@ -99,7 +99,7 @@ export const Header = () => {
|
||||
</Link>
|
||||
</li>
|
||||
<li className={styles.menuItemLarge}>
|
||||
<Link href="/" data-active={pathname === "/praktisk"}>
|
||||
<Link href="/praktisk" data-active={pathname === "/praktisk"}>
|
||||
Praktisk info
|
||||
</Link>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user