Skip to content

Commit

Permalink
fix nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebstep committed Mar 9, 2024
1 parent 642f870 commit e5fc7d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ function ResponsiveAppBar() {
<nav className="hidden md:flex space-x-2">
{navlinks.map(([title, url]) => (
<a
key={title}
href={url}
className="rounded-lg px-2 py-1 text-slate-200 font-medium hover:bg-slate-200 hover:text-slate-800">
{title}
Expand Down

0 comments on commit e5fc7d0

Please sign in to comment.