From c1e6bde887bb40b3e3c3362ae88a9c45246e7ce3 Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Mon, 9 Feb 2026 11:51:08 +0600 Subject: [PATCH] chore: rearrange footer items --- app/components/AppFooter.vue | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index b4ab455685..cf7961ecb1 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -23,22 +23,9 @@ const showModal = () => modalRef.value?.showModal?.() {{ $t('privacy_policy.title') }} - - {{ $t('footer.docs') }} - - - {{ $t('footer.source') }} - - - {{ $t('footer.social') }} - - - {{ $t('footer.chat') }} - -