Skip to content

Commit

Permalink
Fix download href
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Jun 24, 2024
1 parent c17973a commit d5db184
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/components/getStarted.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h3>Download and install Cores on your computer.</h3>
<a
class="bg-cores-min hover:text-cores-min mt-5 rounded-2xl px-5 py-3 text-2xl font-medium duration-200 ease-in-out hover:bg-white hover:from-transparent hover:to-transparent"
href="/#download">Download</a
href="/#downloads">Download</a
>
</div>

Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
>
</li>
<li>
<a href="/#download" class="hover:text-cores-current block rounded px-3 py-2 font-semibold text-white duration-200 ease-in md:p-0"
<a href="/#downloads" class="hover:text-cores-current block rounded px-3 py-2 font-semibold text-white duration-200 ease-in md:p-0"
>Download</a
>
</li>
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<div class="my-5 flex flex-row items-center justify-center gap-5">
<a
href="#download"
href="#downloads"
class="bg-cores-current hover:text-cores-current transform rounded-2xl px-5 py-4 text-xl font-semibold duration-200 ease-in-out hover:translate-y-0.5 hover:bg-white hover:from-transparent hover:to-transparent"
>Get Cores</a
>
Expand Down Expand Up @@ -324,7 +324,7 @@
Buy
</a>
<div class="mt-3">
<a rel="noreferrer" href="#download" class="underline duration-200 hover:text-gray-200"
<a rel="noreferrer" href="#downloads" class="underline duration-200 hover:text-gray-200"
>Get started for free</a
>
</div>
Expand Down

0 comments on commit d5db184

Please sign in to comment.