Skip to content

Commit

Permalink
fix: Learn more link
Browse files Browse the repository at this point in the history
  • Loading branch information
mradigen committed Apr 8, 2024
1 parent e7c6395 commit 557339a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</h3>
<div class="flex w-fit flex-col space-y-4 xl:flex-row xl:space-x-8 xl:space-y-0">
<a href="{base}/register" data-primary data-button>Get started</a>
<a href="{base}/https://lugvitc.net" data-button>Learn more</a>
<a href="https://lugvitc.net" data-button>Learn more</a>
</div>
</Section>

Expand Down

0 comments on commit 557339a

Please sign in to comment.