Skip to content

Commit 9ef0794

Browse files
refactor(navbar): add documentation url to docs nav item
1 parent 8bb3c05 commit 9ef0794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/Navbar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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-full px-3 py-2 text-base font-medium text-gray-300 hover:bg-[#333333] hover:text-white">Docs</a>
21+
<a href="https://github.com/NitroVim/NitroVim/blob/main/README.md" aria-current="page" class="block rounded-full px-3 py-2 text-base font-medium text-gray-300 hover:bg-[#333333] hover:text-white">Docs</a>
2222
<a href="#themes" class="block rounded-full px-3 py-2 text-base font-medium text-gray-300 hover:bg-[#333333] hover:text-white">Themes</a>
2323
<a href="#features" class="block rounded-full px-3 py-2 text-base font-medium text-gray-300 hover:bg-[#333333] hover:text-white">Features</a>
2424
<a href="#updates" class="block rounded-full px-3 py-2 text-base font-medium text-gray-300 hover:bg-[#333333] hover:text-white">Updates</a>

0 commit comments

Comments
 (0)