Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified backend/src/appointment/templates/assets/img/tbpro_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% set colour_tbpro_apmt_primary_hover = '#066769' %}
{% set colour_tbpro_apmt_secondary = '#81D4B5' %}
{% set colour_tbpro_apmt_soft = '#F3F9FC' %}
{% set logo_image = '<img style="width: 256px;" alt="" src="cid:%(cid)s" />'|format(cid=tbpro_logo_cid) %}
{% set logo_image = '<img style="width: 217px;" alt="" src="cid:%(cid)s" />'|format(cid=tbpro_logo_cid) %}

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