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