From 3c878200e4fb012de5a4ac0b93377a6643e33027 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Tue, 12 Mar 2024 19:47:28 -0700 Subject: Fix home style --- src/components/Home.tsx | 78 +++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 41 deletions(-) (limited to 'src/components/Home.tsx') diff --git a/src/components/Home.tsx b/src/components/Home.tsx index da9eb6b..4d4428a 100644 --- a/src/components/Home.tsx +++ b/src/components/Home.tsx @@ -28,48 +28,44 @@ function Home() { }; return ( - <> -
-
- {colors.map((backgroundColor, colorIndex) => ( -
- ))} -
-
- {colors.map((_, colorIndex) => ( -
{ - setIndex(colorIndex); - }} - /> - ))} -
+
+
+ {colors.map((backgroundColor, colorIndex) => ( +
+ ))}
- +
+ {colors.map((_, colorIndex) => ( +
{ + setIndex(colorIndex); + }} + /> + ))} +
+
); } -- cgit v1.2.3