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