We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0ecc4 commit d7cfcb0Copy full SHA for d7cfcb0
resources/scripts/components/dashboard/DashboardContainer.tsx
@@ -49,7 +49,7 @@ export default () => {
49
}, [error]);
50
51
return (
52
- <PageContentBlock title={'Dashboard'} showFlashKey={'dashboard'}>
+ <PageContentBlock title={'Painel'} showFlashKey={'dashboard'}>
53
{rootAdmin && (
54
<div css={tw`mb-2 flex justify-end items-center`}>
55
<p css={tw`uppercase text-xs text-neutral-400 mr-2`}>
0 commit comments