From b5a4a6075949c1bd648ada457262b0d5fc428b8d Mon Sep 17 00:00:00 2001 From: nabarun Date: Thu, 16 Oct 2025 06:19:11 +0000 Subject: [PATCH] Update UI for zenithd (#2) Part of https://plan.wireit.in/deepstack/browse/VUL-61/ Co-authored-by: Pranav Reviewed-on: https://git.vdb.to/LaconicNetwork/cosmos-explorer/pulls/2 --- index.html | 4 ++-- package.json | 2 +- src/layouts/components/DefaultLayout.vue | 28 +++++++++++++----------- src/plugins/i18n/locales/en.json | 2 +- 4 files changed, 19 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index e232c4df..35a65368 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,8 @@ - Laconic Blockchain Explorer And Web Wallet - + Zenith Blockchain Explorer And Web Wallet + diff --git a/package.json b/package.json index 751dd9aa..e5647a49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ping.pub", - "version": "3.0.0-zenith-0.1.0", + "version": "3.0.0-zenith-0.1.1", "private": true, "target": "", "scripts": { diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index 6cce89eb..f02dae15 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -94,7 +94,7 @@ const show_ad = computed(() => {

- Laconic Explorer + Zenith Explorer

{
-
Tools
- + Tools +
+ -
Wallet Helper
+
+ Wallet Helper +
-
+ +
diff --git a/src/plugins/i18n/locales/en.json b/src/plugins/i18n/locales/en.json index d3a17e1b..86d7b1b3 100644 --- a/src/plugins/i18n/locales/en.json +++ b/src/plugins/i18n/locales/en.json @@ -23,7 +23,7 @@ "links": "Links" }, "pages": { - "title": "Laconic Explorer", + "title": "Zenith Explorer", "title_all": "404", "tag": "Beta", "tag_all": "Page Not Found",