From 9214bdf88d2f357066b8b2c06586df41ebb60c01 Mon Sep 17 00:00:00 2001 From: Oli J Date: Fri, 12 Jul 2024 14:47:45 +0700 Subject: [PATCH] Update Version Links --- etc/adminhtml/system.xml | 4 ++-- view/adminhtml/templates/backend/menu/link_blank.phtml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'); }); });