mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-24 02:09:52 +00:00
Update Dashboard.tsx
This commit is contained in:
parent
240c674df5
commit
e74a8db163
@ -21,8 +21,7 @@ const Dashboard = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<XStack style={{ height: '100vh' }}>
|
<XStack style={{ height: '100vh' }}>
|
||||||
{windowWidth > 900 && <LeftSidebar />}
|
<LeftSidebar />
|
||||||
|
|
||||||
<DashboardContent windowWidth={windowWidth} />
|
<DashboardContent windowWidth={windowWidth} />
|
||||||
{windowWidth > 900 && <RightSidebar />}
|
{windowWidth > 900 && <RightSidebar />}
|
||||||
</XStack>
|
</XStack>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user