File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/modules/stats/tabs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ onMounted(async () => {
72
72
<template >
73
73
<Flex align =" center" direction =" column" gap =" 16" wide :class =" $style.wrapper" >
74
74
<Flex align =" start" direction =" column" gap =" 32" wide :class =" $style.section" >
75
- <Text size =" 16" weight =" 600" color =" primary" justify =" start" >Light Node Distribution</Text >
75
+ <Text size =" 16" weight =" 600" color =" primary" justify =" start" >Celestia Node Distribution</Text >
76
76
77
77
<GeoMap :class =" $style.chart" />
78
78
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const config = reactive({
102
102
: {}
103
103
),
104
104
da_change: {
105
- show: true ,
105
+ show: false ,
106
106
},
107
107
size: {
108
108
show: true ,
@@ -120,7 +120,7 @@ const config = reactive({
120
120
show: true ,
121
121
},
122
122
today_blobs: {
123
- show: false ,
123
+ show: true ,
124
124
sortPath: " stats.day_blobs_count" ,
125
125
},
126
126
... (isMainnet ()
You can’t perform that action at this time.
0 commit comments