chore: lint

This commit is contained in:
amhsirak
2025-05-28 23:45:07 +05:30
parent 5f65097c31
commit eef2326964

View File

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