Skip to content

Commit a51752b

Browse files
authored
Merge pull request #9 from celenium-io/dev
fix(TemporaryWidget): typo
2 parents a73decf + c39c853 commit a51752b

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

components/widgets/TemporaryWidget.vue

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,14 @@ onMounted(async () => {
2424
<template>
2525
<Flex direction="column" wide :class="$style.wrapper">
2626
<Flex direction="column" gap="20" :class="$style.top">
27-
<Text size="16" weight="600" color="primary">People</Text>
27+
<Text size="16" weight="600" color="primary">Accounts</Text>
2828

29-
<Flex direction="column" gap="6">
30-
<Text size="40" weight="600" color="primary" :class="[$style.ds_font, $style.tpm_num]">
31-
{{ abbreviate(totalAccounts) }}
32-
</Text>
33-
<Text size="16" weight="700" color="tertiary" :class="$style.ds_font">Accounts</Text>
34-
</Flex>
29+
<Text size="40" weight="600" color="primary" :class="[$style.ds_font, $style.tpm_num]">
30+
{{ abbreviate(totalAccounts) }}
31+
</Text>
3532
</Flex>
3633

37-
<Flex direction="column" justify="between" gap="16" :class="$style.bottom">
34+
<Flex direction="column" gap="24" :class="$style.bottom">
3835
<Flex align="center" gap="6">
3936
<Icon name="addresses" size="12" color="secondary" />
4037
<Text size="13" weight="600" height="110" color="secondary">Validators</Text>

0 commit comments

Comments
 (0)