Skip to content

Commit

Permalink
Switch to PNG
Browse files Browse the repository at this point in the history
Signed-off-by: John Gomersall <[email protected]>
  • Loading branch information
john-gom committed Dec 2, 2024
1 parent 850f18a commit fcf01a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/off/email/html/template.ftl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<#macro emailLayout>
<html>
<!-- OFF specific changes: Add logo and background colour to emails. Note can't embedded images as many emails clients don't support them -->
<!-- OFF specific changes: Add logo and background colour to emails. Note can't embedded images or SVGs as many emails clients don't support them -->
<body style="font-family:helvetica,arial,sans-serif;background-color:#FFF2DF">
<img src="https://static.openfoodfacts.org/images/logos/off-logo-horizontal-light.svg" alt="Open Food Facts" style="max-height:48px">
<img src="https://static.openfoodfacts.org/images/logos/off-logo-horizontal-light.png" alt="Open Food Facts" style="max-height:48px">
<!-- End of OFF specific changes: Add logo and background colour to emails -->
<#nested>
</body>
Expand Down

0 comments on commit fcf01a8

Please sign in to comment.