feat: link style

This commit is contained in:
amhsirak
2025-05-28 23:44:56 +05:30
parent 4c474093cb
commit 5f65097c31

View File

@@ -159,8 +159,8 @@ const ApiKeyManager = () => {
</>
)}
<Typography variant="body2" sx={{ marginTop: '20px' }}>
View and test your API endpoints:
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer">
View and test your API endpoints
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', marginLeft: '5px' }}>
here
</a>
</Typography>