Skip to content

Commit

Permalink
Update navbar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
et0and authored Oct 17, 2024
1 parent 325da2e commit 52ffa9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ui/navbar/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,18 @@ function Navbar() {
</Link>
<div className="flex md:items-center space-x-4 text-lg">
<Link
prefetch={true}
className="focus-visible:outline-offset-2 focus-visible:outline-blue-700 outline-transparent focus-visible:border-blue-700 border-transparent border-2 hover:underline hover:text-blue-700 dark:hover:text-teal-200 transition-colors duration-100"
href="/about"
>
About
</Link>
<Link
prefetch={true}
className="focus-visible:outline-offset-2 focus-visible:outline-blue-700 outline-transparent focus-visible:border-blue-700 border-transparent border-2 hover:underline hover:text-blue-700 dark:hover:text-teal-200 transition-colors duration-100"
href="/work"
>
Work
</Link>
<Link
prefetch={true}
className="focus-visible:outline-offset-2 focus-visible:outline-blue-700 outline-transparent focus-visible:border-blue-700 border-transparent border-2 hover:underline hover:text-blue-700 dark:hover:text-teal-200 transition-colors duration-100"
href="/posts"
>
Expand Down

0 comments on commit 52ffa9a

Please sign in to comment.