+
+
{title}
-
+ {/* First SVG dot */}
+
-
+
-
+ {/* Second SVG dot */}
+
-
)
diff --git a/src/components/shared/MetricCard.tsx b/src/components/shared/MetricCard.tsx
index f14436a..2d6c5e5 100644
--- a/src/components/shared/MetricCard.tsx
+++ b/src/components/shared/MetricCard.tsx
@@ -46,11 +46,11 @@ const MetricCard = ({ icon: Icon, img: Img, value, label, tooltipText, valueChan
-
{!tooltipText && label}
+
{!tooltipText && label}
-
{value}
+
{value}
{valueChange && (
-
+
{Icon && (
)}
diff --git a/src/pages/Portfolio.tsx b/src/pages/Portfolio.tsx
index e7609fc..9be39be 100644
--- a/src/pages/Portfolio.tsx
+++ b/src/pages/Portfolio.tsx
@@ -144,7 +144,7 @@ function Portfolio() {
{/* Tables */}
{categories.map((cat, idx) => (
-
+
{/* {cat.name === 'Social' ? '💬' : cat.name === 'Citation' ? '📊' : '🌐'} */}
@@ -154,7 +154,7 @@ function Portfolio() {
{cat.rows.length}
-
+
{cat.rows.map((row, rIdx) => (