diff --git a/src/components/IntegratedStrategy.tsx b/src/components/IntegratedStrategy.tsx index 5519f1d..92a6fdc 100644 --- a/src/components/IntegratedStrategy.tsx +++ b/src/components/IntegratedStrategy.tsx @@ -359,10 +359,10 @@ const IntegratedStrategy = () => { ) return ( -
+
{columns.map((column, index) => ( -
+
{/* shadow-[0_4px_8px_0_rgba(0,0,0,0.08)] */}
@@ -375,7 +375,7 @@ const IntegratedStrategy = () => { {column.date && {column.date}}
-
+
{column.categories.map((category, categoryIndex) => ( ))}