Skip to content

Commit

Permalink
feat(site): fix home link
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Oct 5, 2023
1 parent 26519de commit fbc7e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PlayCircleOutline /> Product Video
</a>

<NuxtLink href="/docs" class="btn btn-animated btn-purple-animated mb-2" data-aos="zoom-in">
<NuxtLink href="/docs/getting-started" class="btn btn-animated btn-purple-animated mb-2" data-aos="zoom-in">
<LightningBolt /> Get started
</NuxtLink>
</div>
Expand Down

0 comments on commit fbc7e20

Please sign in to comment.