diff --git a/components/CertificateDownload.tsx b/components/CertificateDownload.tsx index 66c9a58..85fe44c 100644 --- a/components/CertificateDownload.tsx +++ b/components/CertificateDownload.tsx @@ -64,7 +64,9 @@ export function CertificateDownload() { icon={getIcon('root')} title={cert.name} href={getDownloadLink(cert) || '#'} - /> + > + {null} + ))} @@ -78,7 +80,9 @@ export function CertificateDownload() { icon={getIcon('intermediate')} title={cert.name} href={getDownloadLink(cert) || '#'} - /> + > + {null} + ))}