diff --git a/src/modules/[chain]/ibc/connection.vue b/src/modules/[chain]/ibc/connection.vue deleted file mode 100644 index 7bb9d775..00000000 --- a/src/modules/[chain]/ibc/connection.vue +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - {{ $t('ibc.title') }} - - {{ $t('ibc.registry') }} - {{ $t('module.favorite') }} - - - - - {{ s.from }} ⇌ {{ s.to }} - - - - - {{ $t('ibc.connection_id') }}: - - - - {{ $t('ibc.btn_apply') }} - - - - - - - - - - diff --git a/src/modules/[chain]/ibc/connection/index.vue b/src/modules/[chain]/ibc/connection/index.vue index 2f309cc8..3dc439ea 100644 --- a/src/modules/[chain]/ibc/connection/index.vue +++ b/src/modules/[chain]/ibc/connection/index.vue @@ -1,14 +1,90 @@ - + + + + {{ $t('ibc.title') }} + + {{ $t('ibc.registry') }} + {{ $t('module.favorite') }} + + + + + {{ s.from }} ⇌ {{ s.to }} + + + + + {{ $t('ibc.connection_id') }}: + + + + {{ $t('ibc.btn_apply') }} + + + + + + + + + - - { - meta: { - i18n: 'ibc', - order: 9 - } - } - \ No newline at end of file