diff --git a/src/components/card/DownloadCard.jsx b/src/components/card/DownloadCard.jsx index 3015463..b87c25f 100644 --- a/src/components/card/DownloadCard.jsx +++ b/src/components/card/DownloadCard.jsx @@ -12,10 +12,10 @@ function DownloadCard(props) { return (
-

{title}

+

{title}

{`${buttonText}` + `${downloadType}`} @@ -27,7 +27,7 @@ function DownloadCard(props) {
showDetailsHandler()} - className="text-blue-700 text-xl underline" + className="text-blue-700 text-lg underline" > Show checksum @@ -43,7 +43,9 @@ function DownloadCard(props) { className="flex flex-col gap-4 mt-4" >
- +

{checksum}

@@ -51,7 +53,7 @@ function DownloadCard(props) { showDetailsHandler()} - className="text-blue-700 text-xl underline" + className="text-blue-700 text-lg underline" > Hide checksum