From 38fe76f55af46237d3e80d79bc81186d40057e1f Mon Sep 17 00:00:00 2001 From: Mocca101 NB <49754596+Mocca101@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:07:27 +0200 Subject: [PATCH 1/8] Changed spelling for footer --- components/OADFooter.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/OADFooter.vue b/components/OADFooter.vue index 5cc762e0..4da0ba99 100644 --- a/components/OADFooter.vue +++ b/components/OADFooter.vue @@ -14,9 +14,9 @@ const frontenVersion = `${config.public.gitTag ?? "version"} - ${
- Versions + Version
-

Frontend: {{ frontenVersion }}

+

{{ frontenVersion }}

From 76926f5fef06b349187f8e7e4bc6557fe076fd87 Mon Sep 17 00:00:00 2001 From: Mocca101 NB <49754596+Mocca101@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:29:34 +0200 Subject: [PATCH 2/8] Improved footer layout --- components/OADFooter.vue | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/components/OADFooter.vue b/components/OADFooter.vue index 4da0ba99..6d112e6d 100644 --- a/components/OADFooter.vue +++ b/components/OADFooter.vue @@ -8,31 +8,30 @@ const frontenVersion = `${config.public.gitTag ?? "version"} - ${