From 703ed9402e4aada544ec94e789021df86575ad15 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Fri, 13 Sep 2019 17:39:23 +1200 Subject: Update shown logo in the app (#14860) * start changing the logo * update logo * improve position of logo * position link instead of logo * seems margin is not allowed, try using padding * fix some tests --- plugins/CoreHome/templates/_htmlEmailHeader.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/CoreHome/templates') diff --git a/plugins/CoreHome/templates/_htmlEmailHeader.twig b/plugins/CoreHome/templates/_htmlEmailHeader.twig index b992ee0dea..330f76d1b4 100644 --- a/plugins/CoreHome/templates/_htmlEmailHeader.twig +++ b/plugins/CoreHome/templates/_htmlEmailHeader.twig @@ -13,11 +13,11 @@ -- cgit v1.2.3
- + {% if isCustomLogo and logoHeader %} {% else %} - {{ emailStyles.brandNameLong|e('html_attr') }} + {{ emailStyles.brandNameLong|e('html_attr') }} {% endif %}