Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrTamer23 committed Nov 7, 2024
1 parent fe697d8 commit 8fd7f0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,16 @@ if (typeof window !== "undefined") {
class="mr-4 border-primary bg-background shadow-2xl *:text-base"
>
<DropdownMenuItem>
<a href="/"> Home </a>
<a class="w-full" href="/"> Home </a>
</DropdownMenuItem>
<DropdownMenuItem>
<a href="/projects"> Projects </a>
<a class="w-full" href="/projects"> Projects </a>
</DropdownMenuItem>
<DropdownMenuItem>
<a href="/work"> Work </a>
<a class="w-full" href="/work"> Work </a>
</DropdownMenuItem>
<DropdownMenuItem>
<a href="/blog"> Blog </a>
<a class="w-full" href="/blog"> Blog </a>
</DropdownMenuItem>
</DropdownMenuContent>
</DropdownMenu>
Expand Down

0 comments on commit 8fd7f0b

Please sign in to comment.