Skip to content

Commit 5c2d27b

Browse files
authored
[codex] Remove redundant Freebuff live copy (#698)
1 parent 83a395d commit 5c2d27b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ export function HomepageLiveStats({
101101
const isLoading = stats.generatedAt === EMPTY_LIVE_STATS.generatedAt
102102
const topCountries = stats.countries.slice(0, 4).map((country) => ({
103103
label: countryName(country.countryCode),
104-
sublabel: country.countryCode,
105104
value: country.count,
106105
}))
107106
const topModels = stats.models.slice(0, 4).map((model) => ({
@@ -133,9 +132,6 @@ export function HomepageLiveStats({
133132
<div className="mt-3 font-mono text-6xl font-medium leading-none text-acid-matrix neon-text md:text-8xl">
134133
{isLoading ? '...' : stats.totalLiveUsers.toLocaleString()}
135134
</div>
136-
<p className="mt-4 max-w-md text-sm leading-6 text-white/52 md:text-base">
137-
Active Freebuff sessions right now, grouped by country and model.
138-
</p>
139135
<Link
140136
href="/live"
141137
className="mt-6 inline-flex items-center gap-2 rounded-md border border-acid-matrix/45 bg-acid-matrix/10 px-4 py-2 text-sm font-medium text-acid-matrix transition-colors hover:bg-acid-matrix/15"

0 commit comments

Comments
 (0)