fix(tiny mistake)
This commit is contained in:
parent
c3afe67e8f
commit
574d732eae
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ export default () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Before />
|
|
||||||
<div className={'w-full bg-neutral-900 shadow-md overflow-x-auto'}>
|
<div className={'w-full bg-neutral-900 shadow-md overflow-x-auto'}>
|
||||||
|
<BeforeNavigation />
|
||||||
<SpinnerOverlay visible={isLoggingOut} />
|
<SpinnerOverlay visible={isLoggingOut} />
|
||||||
<div className={'mx-auto w-full flex items-center h-[3.5rem] max-w-[1200px]'}>
|
<div className={'mx-auto w-full flex items-center h-[3.5rem] max-w-[1200px]'}>
|
||||||
<div id={'logo'} className={'flex-1'}>
|
<div id={'logo'} className={'flex-1'}>
|
||||||
|
@ -93,7 +93,7 @@ export default () => {
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</RightNavigation>
|
</RightNavigation>
|
||||||
</div>
|
</div>
|
||||||
|
<AfterNavigation />
|
||||||
</div>
|
</div>
|
||||||
<After />
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue