Skip to content

Commit

Permalink
style: replace WhisperNode text with styled logo (#10)
Browse files Browse the repository at this point in the history
* style: replace WhisperNode text with styled logo

* fix: resize dashboard header and change wording
  • Loading branch information
Juan-LukeKlopper authored May 24, 2024
1 parent afe0f4a commit 01d7afe
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
24 changes: 24 additions & 0 deletions src/assets/WhisperNodeWhite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/layouts/components/DefaultLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ function selected(route: any, nav: NavLink) {
<div class="flex justify-between mt-1 pl-4 py-4 mb-1">
<RouterLink to="/" class="flex items-center">
<img class="w-10 h-10" src="../../assets/logo.svg" />
<h1 class="flex-1 ml-3 text-2xl font-semibold dark:text-white">
WhisperNode
</h1>
<img class="w-[90%] mt-2 invert dark:filter-none" src="../../assets/WhisperNodeWhite.svg" alt="Logo" />
</RouterLink>
<div
class="pr-4 cursor-pointer xl:!hidden"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const chainStore = useBlockchain()
</g>
</svg>
</div>
<h1 class="text-black dark:text-white text-3xl md:!text-6xl font-bold">
<h1 class="text-black dark:text-white text-3xl md:!text-5xl font-bold">
{{ $t('pages.title') }}
</h1>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

1 comment on commit 01d7afe

@vercel
Copy link

@vercel vercel bot commented on 01d7afe May 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.