diff --git a/components/CertificateDownload.tsx b/components/CertificateDownload.tsx index 08284f3..66c9a58 100644 --- a/components/CertificateDownload.tsx +++ b/components/CertificateDownload.tsx @@ -64,7 +64,6 @@ export function CertificateDownload() { icon={getIcon('root')} title={cert.name} href={getDownloadLink(cert) || '#'} - target="_blank" /> ))} @@ -79,7 +78,6 @@ export function CertificateDownload() { icon={getIcon('intermediate')} title={cert.name} href={getDownloadLink(cert) || '#'} - target="_blank" /> ))}