Skip to content

Commit

Permalink
#2709 changed font size for text
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaryan1203 committed Jul 23, 2024
1 parent 9e500cd commit e42a3e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const ImageWithButton: React.FC<ImageWithButtonProps> = ({ title, imageSrc, butt
textAlign: 'center'
}}
>
<Typography variant="h4" sx={{ mb: 2 }}>
<Typography variant="h3" sx={{ mb: 2 }}>
{title}
</Typography>
<NERButton onClick={onClick} sx={{ mt: 1, width: 'auto' }}>
Expand Down

0 comments on commit e42a3e6

Please sign in to comment.