File tree Expand file tree Collapse file tree
freebuff/web/src/app/live Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments