From e755d8bf07a271c338d48e38848999f57a160d5a Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Wed, 13 Nov 2024 23:34:27 +0100 Subject: [PATCH] refactor(Footer): invert action buttons & OFF links --- src/components/Footer.vue | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 1851997cdc6..75bc1f9a526 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -2,7 +2,21 @@ - + + {{ $t('Common.Stats') }} + + + {{ $t('Common.Settings') }} + + + {{ $t('Common.About') }} + + + {{ GITHUB_NAME }} + + + + @@ -11,27 +25,13 @@
- + {{ source.label }} {{ source.name }}
- - - {{ $t('Common.Stats') }} - - - {{ $t('Common.Settings') }} - - - {{ $t('Common.About') }} - - - {{ GITHUB_NAME }} - -