From e092462adef4740480ee8adcb7534682204a8f59 Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Sun, 29 Dec 2024 04:59:47 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20style:=20ui=20has=20been=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/download/Checksum.tsx | 34 ++++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/download/Checksum.tsx b/src/components/download/Checksum.tsx index e28f989b..de77d37d 100644 --- a/src/components/download/Checksum.tsx +++ b/src/components/download/Checksum.tsx @@ -17,49 +17,49 @@ export function Checksum({ sha256, gpg }: ChecksumProps) { }; return ( -
-
- -

Verify Download

+
+
+ +

Verify Download

-
+
{/* SHA256 Checksum */}
-
-

SHA256 Checksum

- +
+

SHA256 Checksum

+ {sha256}
{/* GPG Signature */}
-
-

GPG Signature

- +
+

GPG Signature

+ {gpg}