Skip to content

Commit 01268dc

Browse files
committed
fix(NotableStats): current month -> l 30days
1 parent a139cbe commit 01268dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/modules/ibc/NotableStats.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const getChainName = (target) => {
9393
<Text size="13" weight="600" color="secondary">Busiest channel</Text>
9494
</Flex>
9595
96-
<Text size="12" weight="600" color="tertiary">{{ DateTime.now().toFormat("MMMM") }}</Text>
96+
<Text size="12" weight="600" color="tertiary">30 days</Text>
9797
</Flex>
9898
9999
<Text size="15" weight="600" color="primary">

0 commit comments

Comments
 (0)