From b18b7260d22d46656b24b43b8520e163d5c035c5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 12 Oct 2025 13:53:32 +0000 Subject: [PATCH] fixed trello --- src/components/IntegratedStrategy.tsx | 2 +- src/pages/Portfolio.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/IntegratedStrategy.tsx b/src/components/IntegratedStrategy.tsx index 78d804a..caf983f 100644 --- a/src/components/IntegratedStrategy.tsx +++ b/src/components/IntegratedStrategy.tsx @@ -322,7 +322,7 @@ const IntegratedStrategy = () => { const CategorySection = ({ category }: { category: Category }) => (
-
+
{category.name} diff --git a/src/pages/Portfolio.tsx b/src/pages/Portfolio.tsx index c68efc4..ed4a28e 100644 --- a/src/pages/Portfolio.tsx +++ b/src/pages/Portfolio.tsx @@ -24,7 +24,7 @@ const nA =
const categories = [ { name: 'Social', - color: 'border-l-4 border-[#4285F4] bg-[#001EE21C]', + color: ' border-[#4285F4] bg-[#001EE21C]', rows: [ { icon: Amazing, title: 'Questions to ask your CPA httpAmazon', DR: 90, DA: 97, traffic: '3,902,293', @@ -39,7 +39,7 @@ const categories = [ }, { name: 'Citation', - color: 'border-l-4 border-[#0ea5e9] bg-[#3C87FF2B]', + color: ' border-[#0ea5e9] bg-[#3C87FF2B]', rows: [ { icon: Amazing, title: 'Substack DR 97 DA 95', DR: 90, DA: 97, traffic: '3,902,293', indexed: done, interlinked: nA, date: '9/16/25' }, { icon: Amazing, title: 'Questions to ask your CPA Published on Amazon AWS', DR: 90, DA: 97, traffic: '3,902,293', indexed: done, interlinked: done, date: '9/16/25' }, @@ -48,7 +48,7 @@ const categories = [ }, { name: 'Web 2.0', - color: 'border-l-4 border-[#22c55e] bg-[#f0fdf4]', + color: 'border-[#22c55e] bg-[#f0fdf4]', rows: [ { icon: Amazing, title: 'Paypal DR 97 DA 95 Traffic', DR: 90, DA: 97, traffic: '3,902,293', indexed: progress, interlinked: done, date: '9/16/25' }, { icon: Amazing, title: 'Apple Music DR 97 DA 95 Traffic', DR: 90, DA: 97, traffic: '3,902,293', indexed: done, interlinked: nA, date: '9/16/25' },