Skip to content

Commit

Permalink
updated iso and checksum link
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash6222 committed Jan 10, 2024
1 parent 1a73327 commit 2ef8708
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/DownloadSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
>
<a
class="flex flex-row bg-blue-900 w-fit py-3 px-5 cursor-pointer gap-5 items-center justify-center rounded-full border-custom-w border-custom-border-color hover:bg-blue-500 font-semibold text-base"
href="https://github.com/tcet-opensource/tcet-linux/releases/download/v1.0-beta/tcetlinux-2023.08.16-x86_64.iso"
href="https://github.com/tcet-opensource/tcet-linux/releases/download/v1.1/tcetlinux-2024.01.09-x86_64.iso"
>
Download
<img class="w-full h-full pl-3" src="images/download-icon.svg" alt="" />
</a>
<a
href="https://github.com/tcet-opensource/tcet-linux/releases/download/v1.0-beta/checksum"
href="https://github.com/tcet-opensource/tcet-linux/releases/download/v1.1/checksum"
class="flex flex-row w-max h-fit p-2 px-4 cursor-pointer gap-2 items-center justify-center border rounded-full border-white hover:bg-blue-50 hover:bg-opacity-20 text-white"
id="req-btn"
>
Expand Down
8 changes: 4 additions & 4 deletions src/components/VerifyDownloads.astro
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const stepOne = [
<p class="font-title text-[#FCFCFD] text-xl md:text-2xl pt-2 pb-2">
SHA256SUMS Below:
</p>
<p class="text-[#E4E7EC]">IMAGE: tcetlinux-2023.08.16-x86_64.iso</p>
<p class="text-[#E4E7EC]">IMAGE: tcetlinux-2024.01.09-x86_64.iso</p>
</div>
{
/* bg-gradient-to-r from-teal-100 via-indigo-500 to-pink-300 opacity-100 rounded-b-xl */
Expand All @@ -88,9 +88,9 @@ const stepOne = [
</div>
<span class="z-20 w-full h-auto flex justify-around align-middle p-3">
<p class="text-[#E4E7EC] flex-1 mt-1 break-all">
30591aa836142638e8990f8d856c037b556067f7670e702ddda2ff2abd35671a
c2596f8f9d0e75445cc70f278c522289ed2fdd64285a9c82b3326ef4d6e200e8
</p>
<CopyToClipboard client:load text={"30591aa836142638e8990f8d856c037b556067f7670e702ddda2ff2abd35671a"} />
<CopyToClipboard client:load text={"c2596f8f9d0e75445cc70f278c522289ed2fdd64285a9c82b3326ef4d6e200e8"} />
</span>
</div>
</div>
Expand All @@ -108,4 +108,4 @@ const stepOne = [
</p>
</div>
</div>
</div>
</div>

0 comments on commit 2ef8708

Please sign in to comment.