mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +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 (
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue