Skip to content

Commit 059b30e

Browse files
authored
Use network revenue instead of data usage revenue, as number now includes subs (#257)
1 parent 8116070 commit 059b30e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/DataSplitBars.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const DataSplitBars = () => {
5353
return (
5454
<div className="flex flex-col gap-4 mb-4">
5555
<SplitBar
56-
title="Data Usage Revenue (30 days)"
56+
title="Network Revenue (30 days)"
5757
leftValue={`$${humanReadable(
5858
new BN(mobileDataUsageRev.toFixed(0)),
5959
0

src/components/NetworkSplits.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const NetworkSplits = () => {
5353
return (
5454
<div className="flex flex-col gap-4 mb-4">
5555
<SplitBar
56-
title="Data Usage Revenue (30 days)"
56+
title="Network Revenue (30 days)"
5757
leftValue={`$${humanReadable(
5858
new BN(mobileDataUsageRev.toFixed(0)),
5959
0

0 commit comments

Comments
 (0)