diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index bd0f6e8a..b83c6bf8 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -361,11 +361,11 @@ The demo also provides options to see the icons in your colors and to get the code for using the icons in your projects easily by copy & paste.

- Go to Awesome Hyvä Demo & Icon List Version 5 - diff --git a/view/adminhtml/templates/backend/menu/link_blank.phtml b/view/adminhtml/templates/backend/menu/link_blank.phtml index eb29aa99..4b3b738b 100644 --- a/view/adminhtml/templates/backend/menu/link_blank.phtml +++ b/view/adminhtml/templates/backend/menu/link_blank.phtml @@ -4,7 +4,7 @@ ], function ($) { $(document).ready(function () { $('a[href*="https://www.jajuma.de"]').attr('target', '_blank'); - $('a[href*="https://hyva.extension.jajuma.de/awesomehyva/iconv6/"]').attr('target', '_blank'); + $('a[href*="https://www.jajuma.de/en/font-awesome-icons-for-hyva-themes-extension/demo-icon-list-font-awesome-6"]').attr('target', '_blank'); }); });