feat: match api layout w new menu layout
This commit is contained in:
@@ -108,7 +108,7 @@ const ApiKeyManager = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Container sx={{ alignSelf: 'flex-start' }}>
|
<Container sx={{ alignSelf: 'flex-start' }}>
|
||||||
<Typography variant="body1" sx={{ marginTop: '10px', marginBottom: '40px' }}>
|
<Typography variant="body1" sx={{ marginBottom: '40px' }}>
|
||||||
Start by creating an API key below. Then,
|
Start by creating an API key below. Then,
|
||||||
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', marginLeft: '5px', marginRight: '5px' }}>
|
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', marginLeft: '5px', marginRight: '5px' }}>
|
||||||
test your API
|
test your API
|
||||||
@@ -173,7 +173,6 @@ const ApiKeyManager = () => {
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
};
|
}
|
||||||
|
|
||||||
export default ApiKeyManager;
|
export default ApiKeyManager;
|
||||||
Reference in New Issue
Block a user