Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/home/PackageList/Help/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Help: React.FC = () => {
return (
<Card id="help-card">
<CardContent>
<Typography gutterBottom={true} id="help-card__title" variant="h2">
<Typography gutterBottom={true} id="help-card__title" variant="h5">
{t('help.title')}
</Typography>
<HelpTitle color="textSecondary" gutterBottom={true}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ exports[`<Help /> component should load the component in default state 1`] = `
<div
class="MuiCardContent-root"
>
<h2
class="MuiTypography-root MuiTypography-h2 MuiTypography-gutterBottom"
<h5
class="MuiTypography-root MuiTypography-h5 MuiTypography-gutterBottom"
id="help-card__title"
>
No Package Published Yet.
</h2>
</h5>
<h6
class="MuiTypography-root emotion-0 emotion-1 MuiTypography-h6 MuiTypography-colorTextSecondary MuiTypography-gutterBottom"
>
Expand Down