Skip to content

Commit

Permalink
Fix navbar highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
preiter93 committed Dec 7, 2024
1 parent ab36aec commit a07b898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
});
const sections = [
{ name: '⏱ Timers', href: '/time-tracker' },
{ name: '⏱ Timers', href: '/time-tracker/' },
{ name: '✔ Todos', href: '/time-tracker/todos' }
];
Expand Down

0 comments on commit a07b898

Please sign in to comment.