fix: align actions name table cell to center

This commit is contained in:
amhsirak
2025-12-30 00:35:34 +05:30
parent 1bc3f02d9b
commit d1e0164047

View File

@@ -137,7 +137,7 @@ const ApiKeyManager = () => {
<TableCell>{t('apikey.table.name')}</TableCell>
<TableCell>{t('apikey.table.key')}</TableCell>
<TableCell>Created On</TableCell>
<TableCell>{t('apikey.table.actions')}</TableCell>
<TableCell align="center" sx={{ width: 160 }}>{t('apikey.table.actions')}</TableCell>
</TableRow>
</TableHead>
<TableBody>