Skip to content

Commit a566a49

Browse files
authored
Merge pull request #4057 from plmoro/patch-1
Update part1c.md
2 parents 93e6d2e + 221baa7 commit a566a49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/1/ptbr/part1c.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -665,9 +665,9 @@ const App = () => {
665665
return (
666666
<div>
667667
<Exibir contador={contador} />
668-
<Botao handleClique={aumentarEmUm} texto="mais+" />
669-
<Botao handleClique={zerarContador} texto="zerar" />
670-
<Botao handleClique={diminuirEmUm} texto="menos-" />
668+
<Botao onClick={aumentarEmUm} texto="mais+" />
669+
<Botao onClick={zerarContador} texto="zerar" />
670+
<Botao onClick={diminuirEmUm} texto="menos-" />
671671
</div>
672672
)
673673
}

0 commit comments

Comments
 (0)