From 2cb53559739d0c5b40122863a23cca80d600f220 Mon Sep 17 00:00:00 2001 From: Ryazanov Alexander Mihailovich Date: Thu, 23 May 2024 12:23:47 +0300 Subject: [PATCH] refactor: add space for language title --- frontend/src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index cc223e6..96da6dd 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -110,9 +110,9 @@ const currentYear = ref(new Date().getFullYear())