From cf10c195a10de04053d73fc9acf4d04fde26526a Mon Sep 17 00:00:00 2001 From: highperfocused Date: Sun, 25 May 2025 01:43:40 +0200 Subject: [PATCH] feat: integrate ProfileInfoCard component into NostrInsights --- components/dashboard/Statistics.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/dashboard/Statistics.tsx b/components/dashboard/Statistics.tsx index 413682c..c5a7fc6 100644 --- a/components/dashboard/Statistics.tsx +++ b/components/dashboard/Statistics.tsx @@ -19,6 +19,7 @@ import { Heart, Gift, Sparkles } from "lucide-react"; import Link from "next/link"; +import ProfileInfoCard from '../ProfileInfoCard'; interface ProfileInfoCardProps { pubkey: string; @@ -267,7 +268,7 @@ const NostrInsights: React.FC = ({ pubkey }) => { <>
{/* Profile Card */} - + {/*
@@ -288,7 +289,8 @@ const NostrInsights: React.FC = ({ pubkey }) => {
- + */} + {/* Tabs for different insights */}