Add sidebar base logic
This commit is contained in:
parent
6d8f76dec5
commit
37b9ef5585
5 changed files with 163 additions and 1 deletions
|
@ -46,7 +46,7 @@ export default () => {
|
|||
};
|
||||
|
||||
return (
|
||||
<div className={'w-full bg-neutral-900 shadow-md overflow-x-auto'}>
|
||||
<div className={'w-full bg-neutral-700 shadow-md overflow-x-auto'}>
|
||||
<SpinnerOverlay visible={isLoggingOut} />
|
||||
<div className={'mx-auto w-full flex items-center h-[3.5rem] max-w-[1200px]'}>
|
||||
<div id={'logo'} className={'flex-1'}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue