Skip to content

Commit d18446b

Browse files
authored
🔨 Replace logo in email templates (#1406)
1 parent 6f6027d commit d18446b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-11.7 KB
Loading

backend/src/appointment/templates/email/includes/base.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% set colour_tbpro_apmt_primary_hover = '#066769' %}
1010
{% set colour_tbpro_apmt_secondary = '#81D4B5' %}
1111
{% set colour_tbpro_apmt_soft = '#F3F9FC' %}
12-
{% set logo_image = '<img style="width: 256px;" alt="" src="cid:%(cid)s" />'|format(cid=tbpro_logo_cid) %}
12+
{% set logo_image = '<img style="width: 217px;" alt="" src="cid:%(cid)s" />'|format(cid=tbpro_logo_cid) %}
1313

1414
<html lang="{{ l10n('locale', lang=lang if lang else None) }}" style="
1515
font-size: 13px;

0 commit comments

Comments
 (0)