Skip to content

Commit

Permalink
ajuts fonts fontweith err
Browse files Browse the repository at this point in the history
  • Loading branch information
AldemirLucas committed May 14, 2024
1 parent cd63b85 commit f022eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions next/pages/user/activate-account.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function ActiveAccount({ data }) {
fontSize={isMobileMod() ? "28px" : "34px"}
lineHeight={isMobileMod() ? "36px" : "44px"}
letterSpacing={isMobileMod() ? "0" : "-0.4px"}
fontWeith="500"
fontweith="500"
textAlign="center"
>Conta ativa</Display>

Expand All @@ -70,7 +70,7 @@ export default function ActiveAccount({ data }) {
fontSize={isMobileMod() ? "28px" : "34px"}
lineHeight={isMobileMod() ? "36px" : "44px"}
letterSpacing={isMobileMod() ? "0" : "-0.4px"}
fontWeith="500"
fontweith="500"
textAlign="center"
>Algo deu errado</Display>

Expand Down
2 changes: 1 addition & 1 deletion next/pages/user/check-email.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function CheckEmail() {
fontSize={isMobileMod() ? "28px" : "34px"}
lineHeight={isMobileMod() ? "36px" : "44px"}
letterSpacing={isMobileMod() ? "0" : "-0.4px"}
fontWeith="500"
fontweith="500"
textAlign="center"
>Confirme seu endereço de e-mail</Display>

Expand Down

0 comments on commit f022eca

Please sign in to comment.