From 4453adba530ba9bec46c596a9544b6bd456b8fff Mon Sep 17 00:00:00 2001 From: Jonathan Yeong Date: Wed, 28 Jan 2026 08:13:36 -0500 Subject: [PATCH] feat: add a link to docs site from footer --- app/components/AppFooter.vue | 8 ++++++++ i18n/locales/en.json | 1 + 2 files changed, 9 insertions(+) diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index 8f2e425f33..e49257c4f1 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -89,6 +89,14 @@ onMounted(() => {

{{ $t('non_affiliation_disclaimer') }}

+ + {{ $t('footer.docs') }} +