Skip to content

Commit

Permalink
Remove header special per new design update (#61)
Browse files Browse the repository at this point in the history
# Problem

- Remove header special per new design update
  • Loading branch information
wilwade authored Nov 15, 2024
1 parent b6d97ba commit 07c8420
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/features/NavMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<div class="content-center">
<Button
size="auto"
class={item.isActive ? 'text-teal' : 'text-navy'}
active={item.isActive || false}
href={item.href}
target={item.isExternal ? '_blank' : '_self'}
Expand Down

0 comments on commit 07c8420

Please sign in to comment.