Skip to content

Commit 217c282

Browse files
fix: Navbar item radius
1 parent 339ded6 commit 217c282

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/common/Navbar.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ import { FaBars, FaGithub } from "react-icons/fa"
1818
</div>
1919
<div class="hidden sm:ml-6 sm:block">
2020
<div class="flex space-x-4">
21-
<a href="#" aria-current="page" class="block rounded-md bg-gray-950/50 px-3 py-2 text-base font-medium text-white">Docs</a>
22-
<a href="#" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/5 hover:text-white">Themes</a>
23-
<a href="#" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/5 hover:text-white">Features</a>
24-
<a href="#" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/5 hover:text-white">Updates</a>
21+
<a href="#" aria-current="page" class="block rounded-full bg-blue-950/50 px-3 py-2 text-base font-medium text-white">Docs</a>
22+
<a href="#" class="block rounded-full px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/5 hover:text-white">Themes</a>
23+
<a href="#" class="block rounded-full px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/5 hover:text-white">Features</a>
24+
<a href="#" class="block rounded-full px-3 py-2 text-base font-medium text-gray-300 hover:bg-white/5 hover:text-white">Updates</a>
2525
</div>
2626
</div>
2727
</div>

0 commit comments

Comments
 (0)