From 221baa7b0d0e03ef69e29b7d3975c40f7bc1a669 Mon Sep 17 00:00:00 2001 From: Patricia Moro Date: Mon, 12 May 2025 22:00:42 +0100 Subject: [PATCH] Update part1c.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit a parte do código não estava funcionando, com o handleClick, apenas com o onClick funcionou. --- src/content/1/ptbr/part1c.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/1/ptbr/part1c.md b/src/content/1/ptbr/part1c.md index aacbbe5a8e..f30d4b9349 100644 --- a/src/content/1/ptbr/part1c.md +++ b/src/content/1/ptbr/part1c.md @@ -665,9 +665,9 @@ const App = () => { return (
- - - + + +
) }