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')}
|
icon={getIcon('root')}
|
||||||
title={cert.name}
|
title={cert.name}
|
||||||
href={getDownloadLink(cert) || '#'}
|
href={getDownloadLink(cert) || '#'}
|
||||||
target="_blank"
|
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</Cards>
|
</Cards>
|
||||||
@@ -79,7 +78,6 @@ export function CertificateDownload() {
|
|||||||
icon={getIcon('intermediate')}
|
icon={getIcon('intermediate')}
|
||||||
title={cert.name}
|
title={cert.name}
|
||||||
href={getDownloadLink(cert) || '#'}
|
href={getDownloadLink(cert) || '#'}
|
||||||
target="_blank"
|
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</Cards>
|
</Cards>
|
||||||
|
|||||||
Reference in New Issue
Block a user