Change className
This commit is contained in:
parent
72d086d292
commit
099cda8ebb
|
@ -49,7 +49,7 @@ export default () => {
|
|||
}, [error]);
|
||||
|
||||
return (
|
||||
<PageContentBlock title={'Dashboard'} showFlashKey={'dashboard'}>
|
||||
<PageContentBlock className='content-dashboard' title={'Dashboard'} showFlashKey={'dashboard'}>
|
||||
{rootAdmin && (
|
||||
<div css={tw`mb-2 flex justify-end items-center`}>
|
||||
<p css={tw`uppercase text-xs text-neutral-400 mr-2`}>
|
||||
|
|
Loading…
Reference in New Issue