mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Comment out account size UX
This commit is contained in:
parent
6d9f8293df
commit
c0b3b83726
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue