feat: align left
This commit is contained in:
@@ -117,7 +117,12 @@ const ApiKeyManager = () => {
|
|||||||
API documentation
|
API documentation
|
||||||
</a> for setup instructions.
|
</a> for setup instructions.
|
||||||
</Typography>
|
</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')}
|
{t('apikey.title')}
|
||||||
</Typography>
|
</Typography>
|
||||||
{apiKey ? (
|
{apiKey ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user