getting nice panel showing
This commit is contained in:
@@ -17,9 +17,11 @@ export default function Terminal() {
|
|||||||
<div className="flex flex-col flex-1">
|
<div className="flex flex-col flex-1">
|
||||||
<NavBar />
|
<NavBar />
|
||||||
|
|
||||||
<SidePanel />
|
<div className="flex flex-row flex-1">
|
||||||
|
<SidePanel />
|
||||||
|
|
||||||
{/* <MainPanel /> */}
|
{/* <MainPanel /> */}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -83,7 +83,6 @@ export default function NavBar() {
|
|||||||
onClick={(e) => {
|
onClick={(e) => {
|
||||||
handleLogout();
|
handleLogout();
|
||||||
}}
|
}}
|
||||||
onKeyPress={handleLogout}
|
|
||||||
>
|
>
|
||||||
Sign Out
|
Sign Out
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user