fix: remove unsupported target prop from Card component

This commit is contained in:
dyzulk
2026-01-08 15:09:40 +07:00
parent 17c404dfb4
commit 19bc1b0651

View File

@@ -64,7 +64,6 @@ export function CertificateDownload() {
icon={getIcon('root')}
title={cert.name}
href={getDownloadLink(cert) || '#'}
target="_blank"
/>
))}
</Cards>
@@ -79,7 +78,6 @@ export function CertificateDownload() {
icon={getIcon('intermediate')}
title={cert.name}
href={getDownloadLink(cert) || '#'}
target="_blank"
/>
))}
</Cards>