From 14edf24aec5432d0646587f0129c65faf47716d8 Mon Sep 17 00:00:00 2001 From: Sebastian Di Luzio Date: Thu, 7 Mar 2024 23:20:39 +0100 Subject: [PATCH] fix: adjust meta info to crab (#14) --- components/nav/NavFooter.vue | 8 ++------ docs/app.config.ts | 11 +++++------ pages/settings/about/index.vue | 12 +++--------- 3 files changed, 10 insertions(+), 21 deletions(-) diff --git a/components/nav/NavFooter.vue b/components/nav/NavFooter.vue index 1659d58551..1fb587b04f 100644 --- a/components/nav/NavFooter.vue +++ b/components/nav/NavFooter.vue @@ -83,15 +83,11 @@ function toggleDark() { · - + Mastodon · - - Discord - - · - + GitHub diff --git a/docs/app.config.ts b/docs/app.config.ts index 586030dd53..68268f5eff 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -1,15 +1,14 @@ export default defineAppConfig({ docus: { - title: 'Elk', + title: 'crab', description: 'A nimble Mastodon web client.', - image: 'https://docs.elk.zone/elk-screenshot.png', + image: 'https://github.com/maybeanerd/crab/blob/main/public/crab-original.png?raw=true', socials: { - twitter: 'elk_zone', - github: 'elk-zone/elk', + github: 'maybeanerd/crab', mastodon: { label: 'Mastodon', icon: 'IconMastodon', - href: 'https://elk.zone/@elk@webtoo.ls', + href: 'https://crab.bumscode.com/@maybeanerd', }, }, aside: { @@ -28,7 +27,7 @@ export default defineAppConfig({ icon: 'IconNuxtLabs', }, { - href: 'https://m.webtoo.ls/@elk', + href: 'https://crab.bumscode.com/@maybeanerd', icon: 'IconMastodon', }, ], diff --git a/pages/settings/about/index.vue b/pages/settings/about/index.vue index 8816a7e394..d921e88e95 100644 --- a/pages/settings/about/index.vue +++ b/pages/settings/about/index.vue @@ -34,7 +34,7 @@ function handleShowCommit() {