From 615064ec6fc80d73fd647324e8032484e923a0b4 Mon Sep 17 00:00:00 2001 From: samau3 Date: Wed, 25 Sep 2024 18:44:17 -0700 Subject: [PATCH] Add logo and style nav title section --- client/src/components/Sidebar/Sidebar.jsx | 11 ++++++++--- client/src/components/Sidebar/sidebar.module.css | 9 ++++++++- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/client/src/components/Sidebar/Sidebar.jsx b/client/src/components/Sidebar/Sidebar.jsx index d00cdeca..3ca5fca9 100644 --- a/client/src/components/Sidebar/Sidebar.jsx +++ b/client/src/components/Sidebar/Sidebar.jsx @@ -68,9 +68,14 @@ const sections = [ export function Sidebar() { return (