From 8d1fcc10a1d7f7cd17fbdb360c1cf76d0e1d2871 Mon Sep 17 00:00:00 2001 From: Ayush Date: Mon, 20 Oct 2025 07:42:28 +0530 Subject: [PATCH] Fix button text to always show 'times' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The code provided has also included solution about an upcoming exercise that involves changing "time" to "times" based on a counter’s value. --- 1-exercise-solutions/lesson-03/3d.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-exercise-solutions/lesson-03/3d.html b/1-exercise-solutions/lesson-03/3d.html index 060a96f..cba9301 100644 --- a/1-exercise-solutions/lesson-03/3d.html +++ b/1-exercise-solutions/lesson-03/3d.html @@ -20,7 +20,7 @@ return ( ); } @@ -38,4 +38,4 @@ ReactDOM.createRoot(container).render(); - \ No newline at end of file +