feat: link style
This commit is contained in:
@@ -159,8 +159,8 @@ const ApiKeyManager = () => {
|
|||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
<Typography variant="body2" sx={{ marginTop: '20px' }}>
|
<Typography variant="body2" sx={{ marginTop: '20px' }}>
|
||||||
View and test your API endpoints:
|
View and test your API endpoints
|
||||||
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer">
|
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', marginLeft: '5px' }}>
|
||||||
here
|
here
|
||||||
</a>
|
</a>
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user