Removed text.
Some checks failed
Node.js CI / build (postgresql, 18.18, 10) (push) Has been cancelled
Create docker images (cloud) / Build, push, and deploy (push) Has been cancelled

This commit is contained in:
Mike Cao 2025-10-10 18:03:02 -07:00
parent 14981717b9
commit df3ae72ab7

View file

@ -29,9 +29,7 @@ export function App({ children }) {
return (
<Grid columns={{ xs: '1fr', md: 'auto 1fr' }} height="100vh" width="100%" backgroundColor="2">
<Row display={{ xs: 'flex', md: 'none' }} alignItems="center" gap>
oh hi
</Row>
<Row display={{ xs: 'flex', md: 'none' }} alignItems="center" gap></Row>
<Column display={{ xs: 'none', md: 'flex' }}>
<SideNav />
</Column>