feat: use Typographu

This commit is contained in:
karishmas6
2024-10-03 04:53:28 +05:30
parent ac2bc033b9
commit 9104974c74

View File

@@ -116,7 +116,7 @@ const ApiKeyManager = () => {
</>
) : (
<CenteredContent>
<HiddenText>You haven't generated an API key yet.</HiddenText>
<Typography>You haven't generated an API key yet.</Typography>
<Button
onClick={generateApiKey}
variant="contained"