feat: match api layout w new menu layout

This commit is contained in:
amhsirak
2025-11-05 20:54:35 +05:30
parent e1d10042d7
commit 2aa4aff608

View File

@@ -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;