diff --git a/src/app/portfolio/[uid]/page.tsx b/src/app/portfolio/[uid]/page.tsx index 367407b..75065d8 100644 --- a/src/app/portfolio/[uid]/page.tsx +++ b/src/app/portfolio/[uid]/page.tsx @@ -13,6 +13,12 @@ import { checkForInvest, } from "./hook"; import CountUpComponent from "@/components/countUp"; +import { + Tooltip, + TooltipContent, + TooltipProvider, + TooltipTrigger, +} from "@/components/ui/tooltip"; import { RecentFunds } from "@/components/recent-funds"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import QuestionMarkIcon from "@/components/icon/questionMark"; @@ -66,18 +72,57 @@ export default async function Portfolio({
{totalInvest}
*/} {/* */} -
- - - +
+ + + + Types of Businesses Invested In + + + + + + + + + + Types of Businesses Invested In + + + + + + + + + + Types of Businesses Invested In + + + + + +
-
+
Categories of Invested Projects - + + + + + + +

+ Displays the distribution of project tags in your
+ investments, highlighting areas of interest. +

+
+
+
- Categories of Invested Projects + Types of Businesses Invested In - + + + + + + +

+ Shows the breakdown of business types in your portfolio,{" "} +
+ illustrating sector diversity. +

+
+
+
- + + + + Recent investment + + + + + +
); diff --git a/src/components/icon/questionMark.tsx b/src/components/icon/questionMark.tsx index 0af645d..cfca4ce 100644 --- a/src/components/icon/questionMark.tsx +++ b/src/components/icon/questionMark.tsx @@ -7,6 +7,7 @@ export default function QuestionMarkIcon() { version="1.1" id="_x32_" viewBox="0 0 512 512" + fill="currentColor" >