Skip to content

Commit 9c994a3

Browse files
committed
Fixed logo on email template
1 parent 35f1b79 commit 9c994a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/themes/custom/fds_ballerup_theme/fds_ballerup_theme.theme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function fds_ballerup_theme_preprocess_swiftmailer(&$variables) {
5959
$theme_settings = _fds_base_theme_collect_theme_settings();
6060
$variables['current_language'] = $language;
6161
$variables['base_url'] = $GLOBALS['base_url'] . '/';
62-
$variables['logo_url'] = $theme_path . '/dist/images/logo--mail.svg';
62+
$variables['logo_url'] = $theme_path . '/dist/images/logo.png';
6363
$variables['theme_settings'] = $theme_settings;
6464

6565
// Header logo.

0 commit comments

Comments
 (0)