Skip to content

Commit 99a2ef6

Browse files
committed
typo
1 parent 936ccf8 commit 99a2ef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/components/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const resolver: { [key: string]: ResolverField } = {
3838
build_date: { label: "Build Date", type: "date" },
3939
size: { label: "Size", type: "size" },
4040
download_url: { label: "Download URL", type: "link" },
41-
shasum: { label: "BLAKE3SUM", type: "hash" },
41+
shasum: { label: "SHA 256 SUM", type: "hash" },
4242
src_url: { label: "Source URL", type: "link" },
4343
homepage: { label: "Homepage", type: "links" },
4444
build_script: { label: "Build Script", type: "link" },

0 commit comments

Comments
 (0)