diff --git a/src/components/CardStatisticsVertical.vue b/src/components/CardStatisticsVertical.vue
index e096977b..a6f0725c 100644
--- a/src/components/CardStatisticsVertical.vue
+++ b/src/components/CardStatisticsVertical.vue
@@ -1,4 +1,6 @@
-
-
-
+
+
{{ isPositive ? `+${props.change}` : props.change }}%
-
-
+
-
+
-
-
+
+
{{ props.stats }}
{{ props.title }}
-
+
{{ props.subtitle }}
-
-
-
+
+
+
diff --git a/src/modules/[chain]/staking/index.vue b/src/modules/[chain]/staking/index.vue
index 58fdd84b..0d972940 100644
--- a/src/modules/[chain]/staking/index.vue
+++ b/src/modules/[chain]/staking/index.vue
@@ -231,14 +231,14 @@ const rank = function (position: number) {
style="max-width: 400px"
>
-
+
![]()
@@ -366,7 +366,7 @@ const rank = function (position: number) {