We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d63b2a commit 36fc679Copy full SHA for 36fc679
www/src/components/Lander.astro
@@ -45,10 +45,10 @@ if (image) {
45
<a href="https://youtu.be/y-VFQ2UkDSM?si=fkuhgDSCOcYK6PVg" target="_blank">Learn more</a>
46
</div>
47
<div class="col2">
48
- <a href="#start">Get started</a>
+ <a target="_blank" href={`${config.social.github.url}/tree/master?tab=readme-ov-file#get-started`}>Get started</a>
49
50
<div class="col3">
51
- <a href={config.social.github.url}>Star on GitHub</a>
+ <a target="_blank" href={config.social.github.url}>Star on GitHub</a>
52
53
</section>
54
0 commit comments