Skip to content

Commit 96f63de

Browse files
style(HubHero): reformat small title size
1 parent e14e6e7 commit 96f63de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Hero/HubHero/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ const HubHero = ({
5050
wordBreak="break-word"
5151
>
5252
{title ? (
53-
<Heading
53+
<Text
5454
as="h1"
55-
size="sm"
55+
size="md"
5656
color="body.medium"
5757
fontWeight="normal"
5858
textTransform="uppercase"
5959
>
6060
{title}
61-
</Heading>
61+
</Text>
6262
) : null}
6363
<Stack
6464
alignSelf="center"

0 commit comments

Comments
 (0)