From af64f7736548ac19aecec1364c8f4cc6bc605e71 Mon Sep 17 00:00:00 2001 From: ssavutu Date: Fri, 7 Aug 2026 01:41:04 -0400 Subject: [PATCH] Send the sidebar logo back to the dashboard Co-Authored-By: Claude Opus 5 --- frontend/src/components/Sidebar.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index fd94f24..3dca5b2 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -1,5 +1,5 @@ import { useEffect, useState } from "react" -import { useLocation, useNavigate } from "react-router-dom" +import { Link, useLocation, useNavigate } from "react-router-dom" import { LayoutDashboard, FileText, @@ -153,7 +153,9 @@ export default function Sidebar() { )} > {/* Brand */} -
Delta CMS )} */} -
+ {/* Nav */}