Some simple re-skinning changes

This commit is contained in:
David Boreham 2024-08-20 17:39:10 -06:00 committed by Pranav
parent 222078790b
commit 369a688981
5 changed files with 23 additions and 41 deletions

View File

@ -93,7 +93,9 @@ const show_ad = computed(() => {
<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">Ping.pub</h1>
<h1 class="flex-1 ml-3 text-2xl font-semibold dark:text-white">
Laconic Explorer
</h1>
</RouterLink>
<div
class="pr-4 cursor-pointer xl:!hidden"
@ -247,7 +249,7 @@ const show_ad = computed(() => {
<Sponsors v-if="showDiscord" />
<div class="px-4 text-sm pt-2 text-gray-400 pb-2 uppercase">{{ $t('module.links') }}</div>
<a
href="https://twitter.com/ping_pub"
href="https://x.com/laconicnetwork"
target="_blank"
class="py-2 px-4 flex items-center cursor-pointer rounded-lg hover:bg-gray-100 dark:hover:bg-[#373f59]"
>
@ -263,14 +265,6 @@ const show_ad = computed(() => {
<Icon icon="mdi:discord" class="text-xl mr-2" />
<div class="text-base capitalize flex-1 text-gray-600 dark:text-gray-200">Discord</div>
</a>
<a
href="https://github.com/ping-pub/explorer/discussions"
target="_blank"
class="py-2 px-4 flex items-center rounded-lg cursor-pointer 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">FAQ</div>
</a>
</div>
</div>
<div class="xl:!ml-64 px-3 pt-4">

View File

@ -11,12 +11,15 @@
<div class="hidden md:!block">
<a
class="link link-primary no-underline mr-4"
href="https://github.com/ping-pub/explorer/blob/master/LICENSE"
href="https://git.vdb.to/cerc-io/cosmos-explorer/src/branch/master/LICENSE"
target="noopener noreferrer"
>License</a
>
<a class="link link-primary no-underline" href="https://github.com/ping-pub/explorer" target="noopener noreferrer"
>Github</a
<a
class="link link-primary no-underline"
href="https://git.vdb.to/cerc-io/cosmos-explorer"
target="noopener noreferrer"
>Source</a
>
</div>
</footer>

View File

@ -1,28 +1,13 @@
<template>
<div>
<a
href="https://cosmos.network"
target="_blank"
class="py-2 px-4 flex items-center cursor-pointer rounded-lg hover:bg-gray-100 dark:hover:bg-[#373f59]"
>
<img src="https://ping.pub/logos/cosmos.svg" class="w-6 h-6 rounded-full mr-3" />
<div class="text-sm capitalize flex-1 text-gray-600 dark:text-gray-200">Cosmos Hub</div>
</a>
<a
href="https://osmosis.zone"
target="_blank"
class="py-2 px-4 flex items-center cursor-pointer rounded-lg hover:bg-gray-100 dark:hover:bg-[#373f59]"
>
<img src="https://ping.pub/logos/osmosis.jpg" class="w-6 h-6 rounded-full mr-3" />
<div class="text-sm capitalize flex-1 text-gray-600 dark:text-gray-200">Osmosis</div>
</a>
<a
href="https://celestia.org"
target="_blank"
class="py-2 px-4 flex items-center cursor-pointer rounded-lg hover:bg-gray-100 dark:hover:bg-[#373f59]"
>
<img src="https://ping.pub/logos/celestia.png" class="w-6 h-6 rounded-full mr-3" />
<div class="text-sm capitalize flex-1 text-gray-600 dark:text-gray-200">Celestia</div>
</a>
</div>
<div>
<a href="https://www.laconic.com" target="_blank"
class="py-2 px-4 flex items-center cursor-pointer rounded-lg hover:bg-gray-100 dark:hover:bg-[#373f59]">
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.05 12.623A15.378 15.378 0 0 0 8.57 1.714C8.573 1.136 8.54.564 8.477 0H0v16.287c0 1.974.752 3.949 2.258 5.454A7.69 7.69 0 0 0 7.714 24L24 24v-8.477a15.636 15.636 0 0 0-1.715-.095c-4.258 0-8.115 1.73-10.908 4.523-2.032 1.981-5.291 1.982-7.299-.026-2.006-2.006-2.007-5.266-.029-7.302Zm18.192-10.86a6.004 6.004 0 0 0-8.485 0 6.003 6.003 0 0 0 0 8.484 6.003 6.003 0 0 0 8.485 0 6.002 6.002 0 0 0 0-8.485Z" fill="var(--color-white)"></path>
</svg>
<div class="text-sm capitalize flex-1 text-gray-600 dark:text-gray-200">
Laconic Network
</div>
</a>
</div>
</template>

View File

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

View File

@ -21,7 +21,7 @@
"links": "Tautan"
},
"pages": {
"title": "Ping Dashboard",
"title": "Laconic Explorer",
"title_all": "404",
"tag": "Beta",
"tag_all": "Halaman Tidak Ditemukan",