mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 13:32:08 +07:00
fix: satisfy nextra card type requirements (title + children)
This commit is contained in:
@@ -64,7 +64,9 @@ export function CertificateDownload() {
|
||||
icon={getIcon('root')}
|
||||
title={cert.name}
|
||||
href={getDownloadLink(cert) || '#'}
|
||||
/>
|
||||
>
|
||||
{null}
|
||||
</Card>
|
||||
))}
|
||||
</Cards>
|
||||
</div>
|
||||
@@ -78,7 +80,9 @@ export function CertificateDownload() {
|
||||
icon={getIcon('intermediate')}
|
||||
title={cert.name}
|
||||
href={getDownloadLink(cert) || '#'}
|
||||
/>
|
||||
>
|
||||
{null}
|
||||
</Card>
|
||||
))}
|
||||
</Cards>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user