From f6c28acfb361ac39238c2388c20fe895029f0db4 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 | 34 ++++++++++++------------ src/plugins/i18n/locales/en.json | 2 +- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index ebf37dc3..1613dc5c 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 f28278af..6596a79c 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 2af20bc6..873792eb 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -83,7 +83,7 @@ dayjs()

- 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 af8d310e..0518cdb3 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",