From b360a8a57a219ff63b5ba9d5b8cbe6fb483ed572 Mon Sep 17 00:00:00 2001 From: Carina Antunes <carina.oliveira.antunes@cern.ch> Date: Mon, 30 Nov 2020 13:48:20 +0000 Subject: [PATCH] Fix logo --- .../processors/email/templates/base_email.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_consumer/processors/email/templates/base_email.html b/notifications_consumer/processors/email/templates/base_email.html index 92bcf19..76284c9 100644 --- a/notifications_consumer/processors/email/templates/base_email.html +++ b/notifications_consumer/processors/email/templates/base_email.html @@ -13,7 +13,7 @@ <td style="padding-top: 10px; color: #395CB4; text-align: center; margin: 0 auto"> <h1 style="font-size: 1.4em;"> <!-- Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --> - <img src="https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/svgs/regular/bell.svg" alt="bell_logo" style="filter: invert(27%) sepia(21%) saturate(5713%) hue-rotate(209deg) brightness(94%) contrast(75%); width: 20px; padding: 0 10px;vertical-align: middle;" width="40p"> + <img src="https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/svgs/regular/bell.svg" alt="bell_logo" style="filter: invert(27%) sepia(21%) saturate(5713%) hue-rotate(209deg) brightness(94%) contrast(75%); height: 20px; vertical-align: middle;"> CERN NOTIFICATIONS </h1> </td> -- GitLab