Comment out account size UX

This commit is contained in:
Jackson Harper 2023-10-02 11:59:20 +08:00
parent 6d9f8293df
commit c0b3b83726

View file

@ -263,7 +263,7 @@ export default function Account(): JSX.Element {
</form>
</VStack>
<VStack
{/* <VStack
css={{
padding: '24px',
width: '100%',
@ -288,7 +288,7 @@ export default function Account(): JSX.Element {
</>
)}
<Button style="ctaDarkYellow">Upgrade</Button>
</VStack>
</VStack> */}
</VStack>
</VStack>
</SettingsLayout>