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 (
|
||||
<Before />
|
||||
<div className={'w-full bg-neutral-900 shadow-md overflow-x-auto'}>
|
||||
<BeforeNavigation />
|
||||
<SpinnerOverlay visible={isLoggingOut} />
|
||||
<div className={'mx-auto w-full flex items-center h-[3.5rem] max-w-[1200px]'}>
|
||||
<div id={'logo'} className={'flex-1'}>
|
||||
|
@ -93,7 +93,7 @@ export default () => {
|
|||
</Tooltip>
|
||||
</RightNavigation>
|
||||
</div>
|
||||
<AfterNavigation />
|
||||
</div>
|
||||
<After />
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue