Skip to content

Commit eb46faa

Browse files
authored
Update download.tsx
1 parent a75f3f4 commit eb46faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/sections/download/download.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function DownloadButtons({
176176
"flex h-fit w-full flex-row items-center justify-center gap-2 rounded-2xl border border-zinc-600 p-5 text-[18px] text-white shadow-lg"
177177
}
178178
>
179-
<Package /> {t("checksum")}
179+
<Package /> {t("checksum")} (SHA256)
180180
</a>
181181
</div>
182182
);

0 commit comments

Comments
 (0)