From 2e8df96b544d79c650d2b7ceb4f65a98855755b2 Mon Sep 17 00:00:00 2001 From: Ryazanov Alexander Mihailovich Date: Thu, 23 May 2024 21:12:56 +0300 Subject: [PATCH] refactor: bind header logo alt attribute to companyName --- frontend/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 387ce0e..c4a2985 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -62,7 +62,7 @@ const currentYear = ref(new Date().getFullYear())