remove: remove button certifacates
This commit is contained in:
parent
3c2d5834b2
commit
e481345d75
@ -54,7 +54,7 @@ export function CertificatesPage({ content }: CertificatesPageProps) {
|
|||||||
{t('certificates.expiryDate')}: {certificate.validUntil}
|
{t('certificates.expiryDate')}: {certificate.validUntil}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className='flex gap-2'>
|
{/* <div className='flex gap-2'>
|
||||||
<Button
|
<Button
|
||||||
variant='outline'
|
variant='outline'
|
||||||
size='sm'
|
size='sm'
|
||||||
@ -71,7 +71,7 @@ export function CertificatesPage({ content }: CertificatesPageProps) {
|
|||||||
<Download size={16} />
|
<Download size={16} />
|
||||||
<span>{t('common.buttons.download')}</span>
|
<span>{t('common.buttons.download')}</span>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div> */}
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user