Skip to content

Commit

Permalink
Update Version Links
Browse files Browse the repository at this point in the history
  • Loading branch information
JaJuMa committed Jul 12, 2024
1 parent 16d03b1 commit 9214bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<br><br>
<a href="https://hyva.extension.jajuma.de/awesomehyva/icon/list"
<a href="https://www.jajuma.de/en/font-awesome-icons-for-hyva-themes-extension/demo-icon-list-font-awesome-5"
title="Awesome Hyvä Demo &amp; Icon List" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 448 512" class="w-10 h-10" width="15" height="15"><!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z"></path></svg>
Go to Awesome Hyvä Demo &amp; Icon List Version 5</a>
<a href="https://hyva.extension.jajuma.de/awesomehyva/iconv6/list"
<a href="https://www.jajuma.de/en/font-awesome-icons-for-hyva-themes-extension/demo-icon-list-font-awesome-6"
title="Awesome Hyvä Demo &amp; Icon List" target="_blank"
style="margin-top: 15px;display: block;">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 448 512" class="w-10 h-10" width="15" height="15"><!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M448 48V384c-63 23-82 32-119 32-63 0-87-32-150-32-20 0-36 4-51 8V328c15-4 31-8 51-8 63 0 87 32 150 32 20 0 35-3 55-9V135c-20 6-35 9-55 9-63 0-87-32-150-32-51 0-75 21-115 29V448a31.6 31.6 0 0 1-32 32A31.6 31.6 0 0 1 0 448V64A31.6 31.6 0 0 1 32 32 31.6 31.6 0 0 1 64 64V77c40-8 64-29 115-29 63 0 87 32 150 32C366 80 385 71 448 48Z"></path></svg>
Expand Down
2 changes: 1 addition & 1 deletion view/adminhtml/templates/backend/menu/link_blank.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
});
</script>

0 comments on commit 9214bdf

Please sign in to comment.