From d4ebaa5a61bdfbf21341f33c5c5649b94c8d78d3 Mon Sep 17 00:00:00 2001 From: Eren Date: Thu, 21 Mar 2024 15:54:36 -0400 Subject: [PATCH] test --- client/src/pages/Home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/Home.tsx b/client/src/pages/Home.tsx index 35fdb07..2dd629d 100644 --- a/client/src/pages/Home.tsx +++ b/client/src/pages/Home.tsx @@ -32,7 +32,7 @@ function Home() {
{/* Recent Solutions */} -

Recent Solutions

+

HELLOOO

{DEMO_SOLUTION_CARDS.map((solutionCardProps) => ( @@ -42,7 +42,7 @@ function Home() { {/* See more solutions button */}