mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Removed text.
This commit is contained in:
parent
14981717b9
commit
df3ae72ab7
1 changed files with 1 additions and 3 deletions
|
|
@ -29,9 +29,7 @@ export function App({ children }) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Grid columns={{ xs: '1fr', md: 'auto 1fr' }} height="100vh" width="100%" backgroundColor="2">
|
<Grid columns={{ xs: '1fr', md: 'auto 1fr' }} height="100vh" width="100%" backgroundColor="2">
|
||||||
<Row display={{ xs: 'flex', md: 'none' }} alignItems="center" gap>
|
<Row display={{ xs: 'flex', md: 'none' }} alignItems="center" gap></Row>
|
||||||
oh hi
|
|
||||||
</Row>
|
|
||||||
<Column display={{ xs: 'none', md: 'flex' }}>
|
<Column display={{ xs: 'none', md: 'flex' }}>
|
||||||
<SideNav />
|
<SideNav />
|
||||||
</Column>
|
</Column>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue