From 186e8baefcc174d2df3f0f7d0f4ae9e9d3771dbc Mon Sep 17 00:00:00 2001 From: Venessa Kuchenik Date: Wed, 9 Jul 2025 08:43:52 -0700 Subject: [PATCH] added close button to sidebar I added the close button to the sidebar (no functionality yet). I also fixed the canvas grid width and height --- client/src/App.jsx | 12 ++++++------ client/src/assets/close_btn.svg | 4 ---- client/src/components/header.jsx | 5 +++-- client/src/components/sidebar.jsx | 17 +++-------------- 4 files changed, 12 insertions(+), 26 deletions(-) delete mode 100644 client/src/assets/close_btn.svg diff --git a/client/src/App.jsx b/client/src/App.jsx index ef17a63..4ba2739 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -7,8 +7,8 @@ import { Box } from "@chakra-ui/react" function App() { return ( @@ -21,11 +21,11 @@ function App() { - + {/* */} diff --git a/client/src/assets/close_btn.svg b/client/src/assets/close_btn.svg deleted file mode 100644 index 5879df9..0000000 --- a/client/src/assets/close_btn.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/client/src/components/header.jsx b/client/src/components/header.jsx index 5c4713b..e7fe26c 100644 --- a/client/src/components/header.jsx +++ b/client/src/components/header.jsx @@ -11,8 +11,9 @@ export default function Header() { flexDirection="row" justifyContent="space-between" alignItems="center" paddingLeft={5} paddingRight={2} - > - + bg="#EDF1F1" + > + + > +