fix: url margins
This commit is contained in:
@@ -110,10 +110,10 @@ const ApiKeyManager = () => {
|
|||||||
<Container sx={{ alignSelf: 'flex-start' }}>
|
<Container sx={{ alignSelf: 'flex-start' }}>
|
||||||
<Typography variant="body2" sx={{ marginTop: '10px' }}>
|
<Typography variant="body2" sx={{ marginTop: '10px' }}>
|
||||||
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' }}>
|
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', marginLeft: '5px', marginRight: '5px' }}>
|
||||||
test your API
|
test your API
|
||||||
</a>
|
</a>
|
||||||
or read the <a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', marginLeft: '5px' }}>
|
or read the <a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none' }}>
|
||||||
API documentation
|
API documentation
|
||||||
</a> for setup instructions.
|
</a> for setup instructions.
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user