File tree Expand file tree Collapse file tree
components/modules/stats/tabs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ onMounted(async () => {
7272<template >
7373 <Flex align="center" direction="column" gap="16" wide :class =" $style .wrapper " >
7474 <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 >
7676
7777 <GeoMap :class =" $style .chart " />
7878
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const config = reactive({
102102 : {}
103103 ),
104104 da_change: {
105- show: true ,
105+ show: false ,
106106 },
107107 size: {
108108 show: true ,
@@ -120,7 +120,7 @@ const config = reactive({
120120 show: true ,
121121 },
122122 today_blobs: {
123- show: false ,
123+ show: true ,
124124 sortPath: " stats.day_blobs_count" ,
125125 },
126126 ... (isMainnet ()
You can’t perform that action at this time.
0 commit comments