We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec5938 commit 5cd4a68Copy full SHA for 5cd4a68
src/components/sections/Home.astro
@@ -6,11 +6,12 @@
6
</p>
7
8
<div class="mt-8 flex justify-center gap-4">
9
- <a href="#"
+ <a href="https://github.com/NitroVim/NitroVim"
10
+ target="_blank"
11
class="bg-white text-[#0051b3] px-6 py-3 rounded-lg font-medium">
12
Get started
13
</a>
- <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>
15
</div>
16
</section>
17
0 commit comments