mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 05:25:38 +07:00
fix: remove unsupported target prop from Card component
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user