Change className
This commit is contained in:
parent
72d086d292
commit
099cda8ebb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue