From 95853a9ac17993d7db670efd657e7feb2da30101 Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Mon, 20 Nov 2023 16:42:13 +0100 Subject: [PATCH] add checksums download button --- ui/src/containers/DownloadsPage/InfractlPageSection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/containers/DownloadsPage/InfractlPageSection.tsx b/ui/src/containers/DownloadsPage/InfractlPageSection.tsx index ac1bc6c66..d8f572e1e 100644 --- a/ui/src/containers/DownloadsPage/InfractlPageSection.tsx +++ b/ui/src/containers/DownloadsPage/InfractlPageSection.tsx @@ -8,6 +8,7 @@ export default function InfractlPageSection(): ReactElement { 'Download for Intel Mac': '/downloads/infractl-darwin-amd64', 'Download for M1 Mac': '/downloads/infractl-darwin-arm64', 'Download for Linux': '/downloads/infractl-linux-amd64', + 'Checksums (SHA-512)': '/downloads/infractl-CHECKSUMS', }; const infractlLinks = Object.entries(infractlDownloads).map(([label, value]) => (