diff --git a/backend/src/emails/templates/includes/header.pug b/backend/src/emails/templates/includes/header.pug index 94b700ae2..a883946c5 100644 --- a/backend/src/emails/templates/includes/header.pug +++ b/backend/src/emails/templates/includes/header.pug @@ -1,14 +1,13 @@ header .head.wf-section(class="header") + //- TODO + //- when https://gdd.gradido.net/img/gradido-email-header.jpg is on production, + //- replace this URL by https://gdd.gradido.net/img/brand/gradido-email-header.png img.head-logo( alt="Gradido Logo" loading="lazy" - src="https://user-images.githubusercontent.com/1311557/238066077-7c9534f7-f75c-4aa9-9bae-6d115ee7f8a8.jpg" + src="https://cdn.discordapp.com/attachments/913740067208564736/1107629904306110595/Kopf-Grafik.png" ) - //- src="https://gdd.gradido.net/img/gradido-email-header.jpg" - //- img.head-image( - //- alt="" - //- loading="lazy" - //- src="https://gdd.gradido.net/img/template/Blaetter.png" - //- ) + + diff --git a/frontend/public/img/brand/gradido-email-header.png b/frontend/public/img/brand/gradido-email-header.png new file mode 100644 index 000000000..b7fa83b92 Binary files /dev/null and b/frontend/public/img/brand/gradido-email-header.png differ diff --git a/frontend/public/img/gradido-email-header.jpg b/frontend/public/img/gradido-email-header.jpg deleted file mode 100644 index 245b0763c..000000000 Binary files a/frontend/public/img/gradido-email-header.jpg and /dev/null differ