From 793417679296f2c9ee006b0f9289a599675b7fe9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 12 Oct 2025 12:47:55 -0400 Subject: [PATCH] fixed trello header --- src/components/IntegratedStrategy.tsx | 4 ++-- src/components/Strategy/RoadmapSidebar.tsx | 6 +++--- src/components/shared/Header.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/IntegratedStrategy.tsx b/src/components/IntegratedStrategy.tsx index d8fdfe5..c3adb4b 100644 --- a/src/components/IntegratedStrategy.tsx +++ b/src/components/IntegratedStrategy.tsx @@ -362,8 +362,8 @@ const IntegratedStrategy = () => {
{columns.map((column, index) => ( -
-
+
+

{column.title}

diff --git a/src/components/Strategy/RoadmapSidebar.tsx b/src/components/Strategy/RoadmapSidebar.tsx index 0bbd223..f35ae7a 100644 --- a/src/components/Strategy/RoadmapSidebar.tsx +++ b/src/components/Strategy/RoadmapSidebar.tsx @@ -24,7 +24,7 @@ const RoadmapSidebar = ({ ] return ( -
+
{mode ? null : @@ -50,7 +50,7 @@ const RoadmapSidebar = ({