Skip to content

Commit 0117383

Browse files
committed
Hide DA metric by default + chnage title on the ecosystem stats page
1 parent bcd427d commit 0117383

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/modules/stats/tabs/EcosystemTab.vue

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

pages/rollups/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)