feat: wrap inside typographu
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user