diff --git a/src/modules/[chain]/block/index.vue b/src/modules/[chain]/block/index.vue
index c3dd8eab..b735cf2e 100644
--- a/src/modules/[chain]/block/index.vue
+++ b/src/modules/[chain]/block/index.vue
@@ -31,7 +31,7 @@ const format = useFormatter();
- | Height |
+ Height |
Hash |
Proposer |
Txs |
@@ -61,7 +61,7 @@ const format = useFormatter();
- | Hash |
+ Hash |
Messages |
Fees |
diff --git a/src/modules/[chain]/gov/[proposal_id].vue b/src/modules/[chain]/gov/[proposal_id].vue
index 7428ca55..da064ce0 100644
--- a/src/modules/[chain]/gov/[proposal_id].vue
+++ b/src/modules/[chain]/gov/[proposal_id].vue
@@ -293,15 +293,18 @@ const processList = computed(()=>{
Votes
-
-
-
- | {{ item.voter }} |
- {{ item.option }} |
-
-
-
-
Load more
+
+
+
+
+ | {{ item.voter }} |
+ {{ item.option }} |
+
+
+
+
+
Load more
+
diff --git a/src/modules/[chain]/ibc/[connection_id].vue b/src/modules/[chain]/ibc/[connection_id].vue
index 9a3974ee..c6a18550 100644
--- a/src/modules/[chain]/ibc/[connection_id].vue
+++ b/src/modules/[chain]/ibc/[connection_id].vue
@@ -79,28 +79,30 @@ function color(v: string) {
Channels
-
-
- | Channel Id |
- Port Id |
- Counterparty |
- Hops |
- Version |
- Ordering |
- State |
-
-
-
- | {{ v.channel_id }} |
- {{ v.port_id }} |
- {{ v.counterparty?.port_id }}/{{ v.counterparty?.channel_id }} |
- {{ v.connection_hops.join(", ") }} |
- {{ v.version }} |
- {{ v.ordering }} |
- {{ v.state }} |
-
-
-
+
+
+
+ | Channel Id |
+ Port Id |
+ Counterparty |
+ Hops |
+ Version |
+ Ordering |
+ State |
+
+
+
+ | {{ v.channel_id }} |
+ {{ v.port_id }} |
+ {{ v.counterparty?.port_id }}/{{ v.counterparty?.channel_id }} |
+ {{ v.connection_hops.join(", ") }} |
+ {{ v.version }} |
+ {{ v.ordering }} |
+ {{ v.state }} |
+
+
+
+
diff --git a/src/modules/[chain]/ibc/index.vue b/src/modules/[chain]/ibc/index.vue
index 4d426488..b66a22fe 100644
--- a/src/modules/[chain]/ibc/index.vue
+++ b/src/modules/[chain]/ibc/index.vue
@@ -23,22 +23,24 @@ function color(v: string) {
-
- IBC Connections
-
-
- | Connection Id | Connection | Delay Period | State |
-
-
-
- | {{ v.id }} |
- {{ v.client_id }} {{ v.id }} {{v.counterparty.client_id }} {{ v.counterparty.connection_id }} |
- {{ v.delay_period }} |
- {{ v.state }} |
-
-
-
-
+
+
IBC Connections
+
+
+
+ | Connection Id | Connection | Delay Period | State |
+
+
+
+ | {{ v.id }} |
+ {{ v.client_id }} {{ v.id }} {{v.counterparty.client_id }} {{ v.counterparty.connection_id }} |
+ {{ v.delay_period }} |
+ {{ v.state }} |
+
+
+
+
+