remove: remove button certifacates

This commit is contained in:
khadiatullo 2025-05-03 14:09:22 +03:00
parent 3c2d5834b2
commit e481345d75

View File

@ -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>
))}