Skip to content

Commit

Permalink
Make sure heading is an h1 element.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaehring committed Jul 1, 2022
1 parent bebc68b commit 1e71305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ export default function BlogTemplate({ data }) {
<Seo title={title} canonical={canonical}/>
<Box component='main'>
<Box className={classes.heading}>
<Typography variant='h3' className={classes.headline}>
<Typography variant='h1' className={classes.headline}>
{title}
</Typography>
<Typography variant='h5' className={classes.byline}>
<Typography className={classes.byline}>
<span className={classes.dateline}>{date}</span> by {author}
</Typography>
</Box>
Expand Down

0 comments on commit 1e71305

Please sign in to comment.