Skip to content

Commit

Permalink
update blog link
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekg999 committed Mar 1, 2024
1 parent 044144b commit 1757450
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,14 @@ export function Navbar() {
</svg>

<nav className={`ml-auto flex gap-4 sm:gap-6 p-4 text-lg font-medium ${routerPage.value !== 'Error' ? 'animation-text-fade-in' : ''}`}>
<a
href="projects"
className="hover:underline underline-offset-4"
>
<a href="projects" className="hover:underline underline-offset-4">
Projects
</a>
<a href="resume" className="hover:underline underline-offset-4">
Resume
</a>
<a href="about" className="hover:underline underline-offset-4">
About
<a href="https://blog.ahh.bet/" className="hover:underline underline-offset-4">
Blog
</a>
</nav>
</header>
Expand Down

0 comments on commit 1757450

Please sign in to comment.