Skip to content

Commit a39da81

Browse files
authored
set h5 on the welcome message (#2682)
1 parent 16bba2b commit a39da81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/main/src/app-pages/DashboardPage/OrganizationContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const WelcomeMessage: React.FC<{ org?: OrganizationPage }> = ({ org }) => {
108108
return (
109109
<Stack gap="12px" paddingTop="40px" paddingBottom="24px">
110110
<Stack direction="row" justifyContent="space-between" alignItems="center">
111-
<Typography variant="body1">{welcomeMessage}</Typography>
111+
<Typography variant="h5">{welcomeMessage}</Typography>
112112
<Link
113113
scroll={false}
114114
color="red"

0 commit comments

Comments
 (0)