feat: align self flext start container
This commit is contained in:
@@ -88,8 +88,8 @@ const ApiKeyManager = () => {
|
|||||||
if (loading) return <CircularProgress />;
|
if (loading) return <CircularProgress />;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Container>
|
<Container sx={{ alignSelf: 'flex-start' }}>
|
||||||
<Typography variant="h6" gutterBottom component="div" style={{ marginBottom: '20px', alignSelf: 'flex-start' }}>
|
<Typography variant="h6" gutterBottom component="div" style={{ marginBottom: '20px' }}>
|
||||||
Manage Your API Key
|
Manage Your API Key
|
||||||
</Typography>
|
</Typography>
|
||||||
{apiKey ? (
|
{apiKey ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user