From 01d7afe26587a772a006550340ddd326a691c676 Mon Sep 17 00:00:00 2001 From: Juan-luke Klopper Date: Fri, 24 May 2024 02:24:15 +0200 Subject: [PATCH] style: replace WhisperNode text with styled logo (#10) * style: replace WhisperNode text with styled logo * fix: resize dashboard header and change wording --- src/assets/WhisperNodeWhite.svg | 24 ++++++++++++++++++++++++ src/layouts/components/DefaultLayout.vue | 4 +--- src/pages/index.vue | 2 +- src/plugins/i18n/locales/en.json | 4 ++-- 4 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 src/assets/WhisperNodeWhite.svg diff --git a/src/assets/WhisperNodeWhite.svg b/src/assets/WhisperNodeWhite.svg new file mode 100644 index 0000000000..2ba28c7d44 --- /dev/null +++ b/src/assets/WhisperNodeWhite.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index 3269ff9c50..8567053025 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -68,9 +68,7 @@ function selected(route: any, nav: NavLink) {
-

- WhisperNode -

+ Logo
-

+

{{ $t('pages.title') }}

diff --git a/src/plugins/i18n/locales/en.json b/src/plugins/i18n/locales/en.json index 4261f3d41c..d35618c684 100644 --- a/src/plugins/i18n/locales/en.json +++ b/src/plugins/i18n/locales/en.json @@ -22,11 +22,11 @@ "links": "Links" }, "pages": { - "title": "WhisperNode Testnet Dashboard", + "title": "WhisperBlocks - Testnet Explorer", "title_all": "404", "tag": "Beta", "tag_all": "Page Not Found", - "slogan": "WhisperNode Dashboard is not just an explorer but also a wallet and more ... 🛠", + "slogan": "WhisperBlocks Testnet Explorer is a spin on the classical dashboard we all know and love ping.pub", "description": "Cosmos Ecosystem Blockchains 🚀", "search_placeholder": "Search Chain", "description_all": "We couldn't find the page you are looking for.",