diff --git a/notifications_consumer/processors/email/templates/base_email.html b/notifications_consumer/processors/email/templates/base_email.html index 92bcf19d5ad3ae61e64c1ecf238854bee020dc52..76284c99735c37bb1188a11ad92acef074a9f37f 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>