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

Commit

Permalink
Update DownloadSection.svelte with version number
Browse files Browse the repository at this point in the history
  • Loading branch information
NayamAmarshe committed Dec 16, 2023
1 parent 24e4bd2 commit 2d1db74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/components/DownloadSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
</script>

<div class="flex flex-col gap-20 px-4 text-slate-300 md:px-24" id="download">
<h1 class="text-4xl font-semibold text-slate-200">Download Upscayl</h1>
<div class="flex w-fit flex-col gap-2">
<h1 class="text-4xl font-semibold text-slate-200">Download Upscayl</h1>
<p class="text-lg font-semibold text-slate-400">v2.9.5</p>
</div>

<div
class="grid grid-cols-1 place-items-center gap-5 md:grid-cols-2 md:grid-rows-1 lg:grid-cols-3 xl:grid-cols-4"
Expand Down

0 comments on commit 2d1db74

Please sign in to comment.