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' }}>
View and test your API endpoints
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', marginLeft: '5px' }}>
here
</a>
</Typography>
View and test your API endpoints
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', marginLeft: '5px' }}>
here
</a>
</Typography>
</Container>
);
};