Skip to content

Commit

Permalink
Merge branch 'main' into DEV-2063-dlq-resync-lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese authored Jan 9, 2025
2 parents 57be914 + 50111b7 commit ecad9ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/mean-penguins-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"nextjs-website": patch
---

Switch to h1 in abstract
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ export const Abstract: React.FC<AbstractProps> = ({
{overline}
</Typography>
)}
<Typography color={textColor} variant='h4'>
<Typography
color={textColor}
variant='h1'
sx={{ fontSize: '2rem !important', lineHeight: '1.125 !important' }}
>
{title}
</Typography>
{description && (
Expand Down

0 comments on commit ecad9ee

Please sign in to comment.