diff --git a/src/components/shared/HeaderPage.tsx b/src/components/shared/HeaderPage.tsx index 6b1b2aa..7a83e39 100644 --- a/src/components/shared/HeaderPage.tsx +++ b/src/components/shared/HeaderPage.tsx @@ -3,23 +3,41 @@ import UrlDropdown from "./UrlDropdown" const HeaderPage = ({ title }: { title: string }) => { return ( -
-

{title}

+
+
+

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