From 5eccd767f9193ff840ab4d6c9dc064090303ccbb Mon Sep 17 00:00:00 2001 From: mohammedsaid18 Date: Mon, 13 Oct 2025 12:58:42 +0300 Subject: [PATCH] update IntegratedStrategy --- src/components/CampaignTracker.tsx | 1 + src/components/IntegratedStrategy.tsx | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/CampaignTracker.tsx b/src/components/CampaignTracker.tsx index 9dc4546..c7e69c3 100644 --- a/src/components/CampaignTracker.tsx +++ b/src/components/CampaignTracker.tsx @@ -130,6 +130,7 @@ const CampaignTracker = ({ handleMenuClick }: { handleMenuClick: () => void }) = ) })} + ) } diff --git a/src/components/IntegratedStrategy.tsx b/src/components/IntegratedStrategy.tsx index 1158fcb..5519f1d 100644 --- a/src/components/IntegratedStrategy.tsx +++ b/src/components/IntegratedStrategy.tsx @@ -332,7 +332,7 @@ const IntegratedStrategy = () => { ] const CategorySection = ({ category }: { category: Category }) => ( -
+
@@ -363,7 +363,8 @@ const IntegratedStrategy = () => {
{columns.map((column, index) => (
-
+
+ {/* shadow-[0_4px_8px_0_rgba(0,0,0,0.08)] */}

{column.title}

@@ -374,7 +375,7 @@ const IntegratedStrategy = () => { {column.date && {column.date}}
-
+
{column.categories.map((category, categoryIndex) => ( ))}