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 +}