Update UI for zenithd (#2)

Part of https://plan.wireit.in/deepstack/browse/VUL-61/

Co-authored-by: Pranav <jadhavpranav89@gmail.com>
Reviewed-on: LaconicNetwork/cosmos-explorer#2
This commit is contained in:
nabarun 2025-10-16 06:19:11 +00:00 committed by Pranav
parent e06ccc8576
commit b5a4a60759
4 changed files with 19 additions and 17 deletions

View File

@ -4,8 +4,8 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Laconic Blockchain Explorer And Web Wallet</title>
<meta name="description" content="Laconic Explorer is a block explorer/web wallet for blockchains built on Cosmos SDK, Cosmoshub, Osmosis, Juno, Evmos, Injective, Canto and 70+ blockchains listed on ping.pub" />
<title>Zenith Blockchain Explorer And Web Wallet</title>
<meta name="description" content="Zenith Explorer is a block explorer/web wallet for zenithd blockchain" />
<link rel="stylesheet" type="text/css" href="/loader.css" />
</head>
<body>

View File

@ -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": {

View File

@ -94,7 +94,7 @@ const show_ad = computed(() => {
<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">
Laconic Explorer
Zenith Explorer
</h1>
</RouterLink>
<div
@ -232,22 +232,24 @@ const show_ad = computed(() => {
</div>
</div>
<div class="px-2">
<div class="px-4 text-sm pt-2 text-gray-400 pb-2 uppercase">Tools</div>
<RouterLink
to="/wallet/suggest"
class="py-2 px-4 flex items-center cursor-pointer rounded-lg hover:bg-gray-100 dark:hover:bg-[#373f59]"
<div class="px-4 text-sm pt-2 text-gray-400 pb-2 uppercase">
Tools
</div>
<RouterLink to="/wallet/suggest"
class="py-2 px-4 flex items-center cursor-pointer rounded-lg hover:bg-gray-100 dark:hover:bg-[#373f59]"
>
<Icon icon="mdi:frequently-asked-questions" class="text-xl mr-2" />
<div class="text-base capitalize flex-1 text-gray-600 dark:text-gray-200">Wallet Helper</div>
<div
class="text-base capitalize flex-1 text-gray-600 dark:text-gray-200"
>
Wallet Helper
</div>
</RouterLink>
<div
v-if="showDiscord"
class="px-4 text-sm pt-2 text-gray-400 pb-2 uppercase"
>
<!-- <div class="px-4 text-sm pt-2 text-gray-400 pb-2 uppercase">
{{ $t('module.sponsors') }}
</div>
<Sponsors v-if="showDiscord" />
<div class="px-4 text-sm pt-2 text-gray-400 pb-2 uppercase">{{ $t('module.links') }}</div>
<Sponsors /> -->
<!-- <div class="px-4 text-sm pt-2 text-gray-400 pb-2 uppercase">{{ $t('module.links') }}</div>
<a
href="https://x.com/laconicnetwork"
target="_blank"
@ -268,7 +270,7 @@ const show_ad = computed(() => {
>
Discord
</div>
</a>
</a> -->
</div>
</div>
<div class="xl:!ml-64 px-3 pt-4">

View File

@ -23,7 +23,7 @@
"links": "Links"
},
"pages": {
"title": "Laconic Explorer",
"title": "Zenith Explorer",
"title_all": "404",
"tag": "Beta",
"tag_all": "Page Not Found",