Skip to content

Commit

Permalink
fix: navbar route links
Browse files Browse the repository at this point in the history
  • Loading branch information
isarojdahal committed Sep 15, 2024
1 parent a1eb3d1 commit de63023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const Navbar = () => {
>
<Link
className="font-ubuntu font-semibold lowercase text-black dark:text-white"
href={"/#"}
to="."
>
services
</Link>
Expand All @@ -63,7 +63,7 @@ export const Navbar = () => {
>
<Link
className="font-ubuntu font-semibold lowercase text-black dark:text-white"
href={"/#"}
to="."
>
contact
</Link>
Expand Down

0 comments on commit de63023

Please sign in to comment.