From 369a6889814c610296c2db71fb1b3482e0b58860 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Tue, 20 Aug 2024 17:39:10 -0600 Subject: [PATCH] Some simple re-skinning changes --- src/layouts/components/DefaultLayout.vue | 14 +++------ src/layouts/components/NavFooter.vue | 9 ++++-- src/layouts/components/Sponsors.vue | 37 +++++++----------------- src/plugins/i18n/locales/en.json | 2 +- src/plugins/i18n/locales/id.json | 2 +- 5 files changed, 23 insertions(+), 41 deletions(-) diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index daef7258..8b8746af 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -93,7 +93,9 @@ const show_ad = computed(() => {
-

Ping.pub

+

+ Laconic Explorer +

diff --git a/src/layouts/components/NavFooter.vue b/src/layouts/components/NavFooter.vue index 126dce51..2068f000 100644 --- a/src/layouts/components/NavFooter.vue +++ b/src/layouts/components/NavFooter.vue @@ -11,12 +11,15 @@ diff --git a/src/layouts/components/Sponsors.vue b/src/layouts/components/Sponsors.vue index e41151f2..2dbe163a 100644 --- a/src/layouts/components/Sponsors.vue +++ b/src/layouts/components/Sponsors.vue @@ -1,28 +1,13 @@ diff --git a/src/plugins/i18n/locales/en.json b/src/plugins/i18n/locales/en.json index ce9fc680..d3a17e1b 100644 --- a/src/plugins/i18n/locales/en.json +++ b/src/plugins/i18n/locales/en.json @@ -23,7 +23,7 @@ "links": "Links" }, "pages": { - "title": "Ping Dashboard", + "title": "Laconic Explorer", "title_all": "404", "tag": "Beta", "tag_all": "Page Not Found", diff --git a/src/plugins/i18n/locales/id.json b/src/plugins/i18n/locales/id.json index f849c17e..261eadcd 100644 --- a/src/plugins/i18n/locales/id.json +++ b/src/plugins/i18n/locales/id.json @@ -21,7 +21,7 @@ "links": "Tautan" }, "pages": { - "title": "Ping Dashboard", + "title": "Laconic Explorer", "title_all": "404", "tag": "Beta", "tag_all": "Halaman Tidak Ditemukan",