chore: lint
This commit is contained in:
@@ -159,11 +159,11 @@ 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" style={{ textDecoration: 'none', marginLeft: '5px' }}>
|
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', marginLeft: '5px' }}>
|
||||||
here
|
here
|
||||||
</a>
|
</a>
|
||||||
</Typography>
|
</Typography>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user