From 2ae5b795b8c9db3373005953de0c51366505a4ad Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 10 May 2024 12:48:24 +0200 Subject: [PATCH] typo --- src/components/Group2/ButtonRow.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Group2/ButtonRow.jsx b/src/components/Group2/ButtonRow.jsx index 9279e42..94f9b9e 100644 --- a/src/components/Group2/ButtonRow.jsx +++ b/src/components/Group2/ButtonRow.jsx @@ -23,15 +23,15 @@ const ButtonRow = ({ const nametonumber = (page) => { console.log("nametonumber: " + page) if (page === "colorPicker"){ - console.log("return 0") + console.log("return 1") return 1 } else if (page === "colorTempPicker"){ - console.log("return 1") + console.log("return 2") return 2 } else if (page === "lights"){ - console.log("return 2") + console.log("return 3") return 3 } else {