Skip to content

Commit 5cd4a68

Browse files
fix(Home): hyperlink url
1 parent 8ec5938 commit 5cd4a68

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/sections/Home.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
</p>
77

88
<div class="mt-8 flex justify-center gap-4">
9-
<a href="#"
9+
<a href="https://github.com/NitroVim/NitroVim"
10+
target="_blank"
1011
class="bg-white text-[#0051b3] px-6 py-3 rounded-lg font-medium">
1112
Get started
1213
</a>
13-
<a href="#" class="text-white px-6 py-3 font-medium hover:underline">Learn more →</a>
14+
<a href="https://github.com/NitroVim/NitroVim" target="_blank" class="text-white px-6 py-3 font-medium hover:underline">Learn more →</a>
1415
</div>
1516
</section>
1617

0 commit comments

Comments
 (0)