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 16bba2b commit a39da81Copy full SHA for a39da81
frontends/main/src/app-pages/DashboardPage/OrganizationContent.tsx
@@ -108,7 +108,7 @@ const WelcomeMessage: React.FC<{ org?: OrganizationPage }> = ({ org }) => {
108
return (
109
<Stack gap="12px" paddingTop="40px" paddingBottom="24px">
110
<Stack direction="row" justifyContent="space-between" alignItems="center">
111
- <Typography variant="body1">{welcomeMessage}</Typography>
+ <Typography variant="h5">{welcomeMessage}</Typography>
112
<Link
113
scroll={false}
114
color="red"
0 commit comments