Skip to content

Commit

Permalink
feat: add style title home
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Mar 31, 2022
1 parent 2a4d1a0 commit d129c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function Home() {
<div className={styles.container}>
{verificaLoginGoogleEOcupacao() && (
<>
<h2>
<h2 className={styles.titleHome}>
Oi {user?.user_metadata.name}, vi que você está logado com o Google.
<br /> E eu preciso saber se você é:
</h2>
Expand Down Expand Up @@ -121,7 +121,7 @@ export function Home() {

{verificaOcupacao('cliente') && (
<>
<h2>
<h2 className={styles.titleHome}>
Olá {user?.user_metadata.name}, eu encontrei {barbeiros.length}{' '}
{barbeiros.length > 1 ? 'barbeiros' : 'barbeiro'} para você!
</h2>
Expand Down

0 comments on commit d129c48

Please sign in to comment.