Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit 519261c

Browse files
authored
fix(ui): Change no package title size (#579)
* fix(ui): change no packate title size * fix(ui): update Help snapshots
1 parent 8b93c6a commit 519261c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/home/PackageList/Help/Help.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Help: React.FC = () => {
2727
return (
2828
<Card id="help-card">
2929
<CardContent>
30-
<Typography gutterBottom={true} id="help-card__title" variant="h2">
30+
<Typography gutterBottom={true} id="help-card__title" variant="h5">
3131
{t('help.title')}
3232
</Typography>
3333
<HelpTitle color="textSecondary" gutterBottom={true}>

src/pages/home/PackageList/Help/__snapshots__/Help.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ exports[`<Help /> component should load the component in default state 1`] = `
4141
<div
4242
class="MuiCardContent-root"
4343
>
44-
<h2
45-
class="MuiTypography-root MuiTypography-h2 MuiTypography-gutterBottom"
44+
<h5
45+
class="MuiTypography-root MuiTypography-h5 MuiTypography-gutterBottom"
4646
id="help-card__title"
4747
>
4848
No Package Published Yet.
49-
</h2>
49+
</h5>
5050
<h6
5151
class="MuiTypography-root emotion-0 emotion-1 MuiTypography-h6 MuiTypography-colorTextSecondary MuiTypography-gutterBottom"
5252
>

0 commit comments

Comments
 (0)