We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f1b79 commit 9c994a3Copy full SHA for 9c994a3
web/themes/custom/fds_ballerup_theme/fds_ballerup_theme.theme
@@ -59,7 +59,7 @@ function fds_ballerup_theme_preprocess_swiftmailer(&$variables) {
59
$theme_settings = _fds_base_theme_collect_theme_settings();
60
$variables['current_language'] = $language;
61
$variables['base_url'] = $GLOBALS['base_url'] . '/';
62
- $variables['logo_url'] = $theme_path . '/dist/images/logo--mail.svg';
+ $variables['logo_url'] = $theme_path . '/dist/images/logo.png';
63
$variables['theme_settings'] = $theme_settings;
64
65
// Header logo.
0 commit comments