feat: align left

This commit is contained in:
amhsirak
2025-05-28 23:56:08 +05:30
parent 71f98e0be7
commit c8b036b91e

View File

@@ -117,7 +117,12 @@ const ApiKeyManager = () => {
API documentation
</a> for setup instructions.
</Typography>
<Typography variant="h6" gutterBottom component="div" style={{ marginBottom: '20px' }}>
<Typography
variant="h6"
gutterBottom
component="div"
style={{ marginBottom: '20px', textAlign: 'left', width: '100%' }}
>
{t('apikey.title')}
</Typography>
{apiKey ? (