Skip to content

Commit

Permalink
Customizer: External-Link-Klasse für FA6 angepasst (#5928)
Browse files Browse the repository at this point in the history
  • Loading branch information
danspringer committed Feb 13, 2024
1 parent 07069d8 commit 75fb4a0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified .github/tests-visual/packages_customizer_installed--dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/tests-visual/packages_customizer_installed.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/tests-visual/system_customizer--dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/tests-visual/system_customizer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion redaxo/src/addons/be_style/plugins/customizer/boot.php
Expand Up @@ -154,7 +154,7 @@
if ($config['showlink']) {
rex_view::setJsProperty(
'customizer_showlink',
'<h1 class="be-style-customizer-title"><a href="' . rex_url::frontend() . '" target="_blank" rel="noreferrer noopener"><span class="be-style-customizer-title-name">' . rex_escape(rex::getServerName()) . '</span><i class="fa fa-external-link"></i></a></h1>',
'<h1 class="be-style-customizer-title"><a href="' . rex_url::frontend() . '" target="_blank" rel="noreferrer noopener"><span class="be-style-customizer-title-name">' . rex_escape(rex::getServerName()) . '</span><i class="rex-icon rex-icon-external-link"></i></a></h1>',
);
}
}

0 comments on commit 75fb4a0

Please sign in to comment.