We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75f3f4 commit eb46faaCopy full SHA for eb46faa
components/sections/download/download.tsx
@@ -176,7 +176,7 @@ function DownloadButtons({
176
"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"
177
}
178
>
179
- <Package /> {t("checksum")}
+ <Package /> {t("checksum")} (SHA256)
180
</a>
181
</div>
182
);
0 commit comments