Skip to content

Commit

Permalink
Make header smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaals committed Jan 29, 2021
1 parent 27be0ad commit 392f2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/createSecret/CreateSecret.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const CreateSecret = () => {
/>
) : (
<div>
<Typography component="h1" variant="h3" align="center">
<Typography component="h1" variant="h4" align="center">
{t('Encrypt message')}
</Typography>
<form onSubmit={handleSubmit(onSubmit)}>
Expand Down

0 comments on commit 392f2c6

Please sign in to comment.