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}
|
||||
</p>
|
||||
</div>
|
||||
<div className='flex gap-2'>
|
||||
{/* <div className='flex gap-2'>
|
||||
<Button
|
||||
variant='outline'
|
||||
size='sm'
|
||||
@ -71,7 +71,7 @@ export function CertificatesPage({ content }: CertificatesPageProps) {
|
||||
<Download size={16} />
|
||||
<span>{t('common.buttons.download')}</span>
|
||||
</Button>
|
||||
</div>
|
||||
</div> */}
|
||||
</CardContent>
|
||||
</Card>
|
||||
))}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user