From eedd3edf11704db5459a21dc11655ee4a215f0f0 Mon Sep 17 00:00:00 2001 From: mahula Date: Fri, 12 May 2023 15:47:40 +0200 Subject: [PATCH] clean up email header template --- .../src/emails/templates/includes/header.pug | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/backend/src/emails/templates/includes/header.pug b/backend/src/emails/templates/includes/header.pug index 19c581297..4c6c33d65 100644 --- a/backend/src/emails/templates/includes/header.pug +++ b/backend/src/emails/templates/includes/header.pug @@ -1,7 +1,12 @@ header - .head.wf-section - .container.w-container - img.logo-head( - alt="" - src="includes/images/logo_gradido.png" - ) + .head.wf-section(class="header") + img.head-logo( + alt="Gradido Logo" + loading="lazy" + src="https://gdd.gradido.net/img/brand/gradido-logo.png" + ) + img.head-image( + alt="" + loading="lazy" + src="https://gdd.gradido.net/img/template/Blaetter.png" + )