From aa28257754dbfa67ead41ce4863f2e472a551623 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Mon, 1 Apr 2024 23:57:11 +0900 Subject: [PATCH] feat: add "Documentation" link to "About" page (#2734) --- locales/en.json | 1 + pages/settings/about/index.vue | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/locales/en.json b/locales/en.json index fa9d2ce5..f6ab77f7 100644 --- a/locales/en.json +++ b/locales/en.json @@ -306,6 +306,7 @@ "built_at": "Built {0}", "compose": "Compose", "conversations": "Conversations", + "docs": "Documentation", "explore": "Explore", "favourites": "Favorites", "federated": "Federated", diff --git a/pages/settings/about/index.vue b/pages/settings/about/index.vue index 5f6e51fe..eb5f861c 100644 --- a/pages/settings/about/index.vue +++ b/pages/settings/about/index.vue @@ -58,6 +58,13 @@ function handleShowCommit() { @click="openPreviewHelp" /> + +