File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,14 @@ onMounted(async () => {
24
24
<template >
25
25
<Flex direction =" column" wide :class =" $style.wrapper" >
26
26
<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 >
28
28
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 >
35
32
</Flex >
36
33
37
- <Flex direction =" column" justify = " between " gap =" 16 " :class =" $style.bottom" >
34
+ <Flex direction =" column" gap =" 24 " :class =" $style.bottom" >
38
35
<Flex align =" center" gap =" 6" >
39
36
<Icon name =" addresses" size =" 12" color =" secondary" />
40
37
<Text size =" 13" weight =" 600" height =" 110" color =" secondary" >Validators</Text >
You can’t perform that action at this time.
0 commit comments