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 @@ -120,9 +120,6 @@ function LiveUsersHero({ value }: { value: number }) {
120120 < div className = "relative mt-3 font-mono text-6xl font-medium leading-none text-acid-matrix neon-text md:text-7xl" >
121121 { value . toLocaleString ( ) }
122122 </ div >
123- < div className = "relative mt-3 text-sm text-white/56" >
124- active Freebuff sessions right now
125- </ div >
126123 </ div >
127124 )
128125}
@@ -445,9 +442,6 @@ function CountryList({ stats }: { stats: FreebuffLiveStats }) {
445442 < div className = "truncate text-sm font-medium text-white" >
446443 { countryName ( country . countryCode ) }
447444 </ div >
448- < div className = "font-mono text-xs text-white/40" >
449- { country . countryCode }
450- </ div >
451445 </ div >
452446 < div className = "font-mono text-lg text-acid-matrix" >
453447 { country . count }
@@ -572,8 +566,7 @@ export default function LiveClient({
572566 ) }
573567 </ div >
574568 < p className = "mt-4 max-w-2xl text-base leading-7 text-white/54 md:text-lg" >
575- Real-time Freebuff sessions across every country we can
576- identify, refreshed as people start coding.
569+ Real-time Freebuff sessions across every country.
577570 </ p >
578571 </ div >
579572
You can’t perform that action at this time.
0 commit comments