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) => ( ))}