From 61bd9f3aa88f335ff4b2703aba65cad803b06e1f Mon Sep 17 00:00:00 2001 From: Kamila Date: Mon, 22 Jul 2024 09:44:40 +0200 Subject: [PATCH] style adjustment in footer --- admin/src/components/ContentFooter.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/admin/src/components/ContentFooter.vue b/admin/src/components/ContentFooter.vue index a9afe90d7..d1591e242 100644 --- a/admin/src/components/ContentFooter.vue +++ b/admin/src/components/ContentFooter.vue @@ -32,17 +32,16 @@ import CONFIG from '../config' import { BTr } from 'bootstrap-vue-next' - const year = new Date().getFullYear() const version = CONFIG.APP_VERSION const hash = CONFIG.BUILD_COMMIT const shortHash = CONFIG.BUILD_COMMIT_SHORT -