Skip to content

Commit fcabd33

Browse files
committed
fix gas charts label
1 parent 462633c commit fcabd33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/modules/gas/GasEfficiencyChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ onBeforeUnmount(() => {
338338
<Text size="12" weight="600" color="tertiary">
339339
{{ DateTime.now().minus({ hours: 24 }).toFormat("dd LLL") }}
340340
</Text>
341-
<Text size="12" weight="600" color="tertiary">Today</Text>
341+
<Text size="12" weight="600" color="tertiary">Now</Text>
342342
</Flex>
343343
</Flex>
344344

components/modules/gas/GasPriceChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ onBeforeUnmount(() => {
222222
<Text size="12" weight="600" color="tertiary">
223223
{{ DateTime.now().minus({ hours: 24 }).toFormat("dd LLL") }}
224224
</Text>
225-
<Text size="12" weight="600" color="tertiary">Today</Text>
225+
<Text size="12" weight="600" color="tertiary">Now</Text>
226226
</Flex>
227227
</Flex>
228228

0 commit comments

Comments
 (0)