Skip to content

Commit c7aa0e6

Browse files
committed
Tweak to /live
1 parent c6b02eb commit c7aa0e6

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)