Skip to content

Commit 8f524e0

Browse files
committed
Refine Freebuff live dashboard copy
1 parent bc76c59 commit 8f524e0

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

freebuff/web/src/app/live/live-client.tsx

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client'
22

33
import { motion } from 'framer-motion'
4-
import { Activity, Clock3, Cpu, Globe2, Radio, ShieldCheck } from 'lucide-react'
4+
import { Activity, Clock3, Cpu, Globe2, Radio } from 'lucide-react'
55
import { useEffect, useMemo, useState } from 'react'
66

77
import { cn } from '@/lib/utils'
@@ -358,7 +358,7 @@ export default function LiveClient({
358358
Live
359359
</div>
360360
<h1 className="max-w-3xl font-serif text-4xl leading-tight text-white md:text-6xl">
361-
Freebuff live usage
361+
Freebuff live
362362
</h1>
363363
</div>
364364
<div
@@ -377,19 +377,13 @@ export default function LiveClient({
377377
</div>
378378
</div>
379379

380-
<div className="mt-8 grid grid-cols-1 gap-3 md:grid-cols-3">
380+
<div className="mt-8 grid grid-cols-1 gap-3 md:grid-cols-2">
381381
<StatTile
382382
icon={Globe2}
383383
label="Live users"
384384
value={stats.totalLiveUsers.toLocaleString()}
385385
detail="Active sessions now"
386386
/>
387-
<StatTile
388-
icon={Cpu}
389-
label="Models"
390-
value={stats.models.length.toLocaleString()}
391-
detail="In use right now"
392-
/>
393387
<StatTile
394388
icon={Clock3}
395389
label="Top country"
@@ -414,11 +408,6 @@ export default function LiveClient({
414408
</Panel>
415409
</div>
416410
</div>
417-
418-
<div className="mt-6 flex items-center gap-2 text-sm text-white/45">
419-
<ShieldCheck className="h-4 w-4 text-acid-matrix" aria-hidden />
420-
<span>Aggregate country and model counts only.</span>
421-
</div>
422411
</section>
423412
</main>
424413
)

0 commit comments

Comments
 (0)