Skip to content

Commit

Permalink
Make the active state of docs reactive
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Nov 19, 2024
1 parent 4eb96d9 commit 9724c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { base } from '$app/paths';
import { page } from '$app/stores';
const menuItems = [
$: menuItems = [
{ label: 'Mission', href: base + '/#mission', viewportHighlightId: 'mission' },
{ label: 'About', href: base + '/#about', viewportHighlightId: 'about' },
{ label: 'Users', href: base + '/#users', viewportHighlightId: 'users' },
Expand Down

0 comments on commit 9724c12

Please sign in to comment.