@@ -129,7 +129,7 @@ const ApiKeyManager = () => {
|
|||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<Typography>You haven't generated an API key yet.</Typography>
|
<Typography>You haven't generated an API key yet.</Typography>
|
||||||
<Button onClick={generateApiKey} variant="contained" color="primary">
|
<Button onClick={generateApiKey} variant="contained" color="primary" sx={{ marginTop: '15px'}}>
|
||||||
Generate API Key
|
Generate API Key
|
||||||
</Button>
|
</Button>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ export const MainMenu = ({ value = 'recordings', handleChangeContent }: MainMenu
|
|||||||
<Tab sx={{
|
<Tab sx={{
|
||||||
alignItems: 'baseline',
|
alignItems: 'baseline',
|
||||||
fontSize: 'medium',
|
fontSize: 'medium',
|
||||||
}} value="apikey" label="Generate API Key" />
|
}} value="apikey" label="API Key" />
|
||||||
</Tabs>
|
</Tabs>
|
||||||
</Box>
|
</Box>
|
||||||
</Paper>
|
</Paper>
|
||||||
|
|||||||
Reference in New Issue
Block a user