fix: revert changes

This commit is contained in:
karishmas6
2024-10-03 05:01:20 +05:30
parent 9104974c74
commit 0e8f34c08d

View File

@@ -35,8 +35,7 @@ const CenteredContent = styled(Box)`
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; margin-top: 20px;
margin-top: 50px; /* Add top margin for spacing */
`; `;
const ApiKeyManager = () => { const ApiKeyManager = () => {