From 8ea820196789b6ff9cebada6e7272b19d2659e77 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 18 Feb 2025 09:57:17 +0100 Subject: [PATCH] show project banner on login/register --- frontend/src/layouts/AuthLayout.vue | 54 ++++++++++++++++++----------- 1 file changed, 33 insertions(+), 21 deletions(-) diff --git a/frontend/src/layouts/AuthLayout.vue b/frontend/src/layouts/AuthLayout.vue index bc77b102f..f3b6f1bee 100644 --- a/frontend/src/layouts/AuthLayout.vue +++ b/frontend/src/layouts/AuthLayout.vue @@ -23,7 +23,16 @@ - + + + + + +
{{ $t('welcome') }}
{{ communityName }}
@@ -85,34 +94,37 @@ -