diff --git a/src/components/dashboard/DashboardStats.tsx b/src/components/dashboard/DashboardStats.tsx index e2ef697..eba09b5 100644 --- a/src/components/dashboard/DashboardStats.tsx +++ b/src/components/dashboard/DashboardStats.tsx @@ -43,13 +43,13 @@ export function DashboardStats({ pubkey }: DashboardStatsProps) {
- Total Events + Loaded Events
{stats.totalEvents}

- All events published + All events loaded

diff --git a/src/components/dashboard/RecentActivityChart.tsx b/src/components/dashboard/RecentActivityChart.tsx index 833e885..259d681 100644 --- a/src/components/dashboard/RecentActivityChart.tsx +++ b/src/components/dashboard/RecentActivityChart.tsx @@ -172,7 +172,7 @@ export function RecentActivityChart() {
- {daysWithActivity} active days with {totalEvents} events + {daysWithActivity} active days with {totalEvents} loaded events