diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index 6fa6cd62..31e3a47b 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -1,6 +1,6 @@ @@ -89,12 +102,13 @@ function selected(route: any, nav: NavLink) { :tabindex="index" class="collapse" :class="{ - 'collapse-arrow': item?.children?.length > 0, + 'collapse-arrow':index > 0 && item?.children?.length > 0, 'collapse-open': index === 0 && sidebarOpen, 'collapse-close': index === 0 && !sidebarOpen, }" > - + + Tools + + + + + Wallet Helper + + + {{ $t('module.sponsors') }} - - - Tools - - - - - Wallet Helper - - - {{ $t('module.links') }} + + + + + + {{ $t('pages.out_of_sync') }} {{ blocktime.format() }} ({{ blocktime.fromNow() }}) + + diff --git a/src/plugins/i18n/locales/en.json b/src/plugins/i18n/locales/en.json index 8eb91c7a..16f4075c 100644 --- a/src/plugins/i18n/locales/en.json +++ b/src/plugins/i18n/locales/en.json @@ -31,6 +31,7 @@ "description": "Cosmos Ecosystem Blockchains 🚀", "search_placeholder": "Search Chain", "description_all": "We couldn't find the page you are looking for.", + "out_of_sync": "The latest block was produced at ", "btn_index": "Back to Home" }, "account": {