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" + )