Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 14, 2024
1 parent 202c438 commit 8b9f37b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ const Header = ({
</Button>
)}
{!hideSignin && !isSignedIn && isLoaded && !loading && (
<Button variant="contained" size="small" startIcon={<SignUpIcon />} href="/sign-up" disableElevation className="btn">
<Button variant="contained" size="small" startIcon={<SignUpIcon />} href="/sign-up" disableElevation className="btn btn-margin">
{suStrings.SIGN_UP}
</Button>
)}
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/lang/sign-up.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const strings = new LocalizedStrings({
SIGN_UP_ERROR: "Une erreur s'est produite lors de l'inscription.",
},
en: {
SIGN_UP_HEADING: 'Sign up',
SIGN_UP: 'Sign up',
SIGN_UP_HEADING: 'Register',
SIGN_UP: 'Register',
SIGN_UP_ERROR: 'An error occurred during sign up.',
},
es: {
Expand Down

0 comments on commit 8b9f37b

Please sign in to comment.