feat: wrap inside typographu

This commit is contained in:
amhsirak
2025-05-28 23:43:45 +05:30
parent 22455f4f09
commit 4c474093cb

View File

@@ -158,9 +158,12 @@ const ApiKeyManager = () => {
</Button> </Button>
</> </>
)} )}
<Typography variant="body2" sx={{ marginTop: '20px' }}>
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">
{t('mainmenu.apidocs')} here
</a> </a>
</Typography>
</Container> </Container>
); );
}; };