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]) => (