From 8cb850df576d42384c241411ba32133fabe297f3 Mon Sep 17 00:00:00 2001 From: kaijohnsonn Date: Sun, 7 Apr 2024 22:03:37 -0400 Subject: [PATCH] The ticket -> Adds button for onbording help --- frontend/src/App.tsx | 4 ++-- frontend/src/pages/CreateDesign.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 7e50ff9..b7fd078 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -15,7 +15,7 @@ function App() { return ( - } /> + } /> } /> } /> } /> @@ -24,7 +24,7 @@ function App() { } /> } /> } /> - } /> + } /> ); diff --git a/frontend/src/pages/CreateDesign.tsx b/frontend/src/pages/CreateDesign.tsx index c8120e7..ff27460 100644 --- a/frontend/src/pages/CreateDesign.tsx +++ b/frontend/src/pages/CreateDesign.tsx @@ -16,11 +16,11 @@ function CreateDesign() { handleClick={() => console.log('button')} customColors='bg-brand-temp-teal text-brand-white hover:bg-opacity-75' /> - - + +