From 014fad7cd871461bcb55e23efae194066eabeade Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Wed, 25 Dec 2024 06:39:05 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20style:=20change=20visual=20elements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/download/DownloadButton.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/components/download/DownloadButton.tsx b/src/components/download/DownloadButton.tsx index 92619ffc..8eb0d450 100644 --- a/src/components/download/DownloadButton.tsx +++ b/src/components/download/DownloadButton.tsx @@ -11,15 +11,18 @@ export function DownloadButton({ version, size, url }: DownloadButtonProps) { return ( -
-

Snigdha OS {version}

+
+

Snigdha OS {version}

{size}

- + ); -} \ No newline at end of file +}