Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
NayamAmarshe committed Oct 27, 2023
1 parent e5478ea commit a01cbab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<h5 class="text-lg font-semibold text-slate-100">Upscayl</h5>
</div>
<div class="hidden gap-10 text-sm text-slate-300 md:flex">
<a href="#cloud" class="flex items-center justify-center gap-2"
<a href="/#cloud" class="flex items-center justify-center gap-2"
><Icon icon="ph:cloud-fill" width={20} /> Cloud</a
>
<a href="#desktop" class="flex items-center justify-center gap-2"
<a href="/#desktop" class="flex items-center justify-center gap-2"
><Icon icon="ph:desktop-fill" width={20} /> Desktop</a
>
<a
Expand All @@ -28,7 +28,7 @@
</div>
<div class="flex items-center justify-center gap-6 text-sm text-slate-300">
<a
href="#download"
href="/#download"
class="flex items-center gap-2 rounded-full bg-slate-800 px-3 py-2 text-xs font-medium text-slate-300 ring-1 ring-slate-500 transition-all duration-500 hover:bg-slate-700/70 sm:text-sm"
><Icon icon="ph:download-fill" width={20} /> Download</a
>
Expand Down

0 comments on commit a01cbab

Please sign in to comment.