-- url of the page with the problem -- : local test environment
-- HikaShop version -- : 5.0.3
-- Joomla version -- : 5.03.
-- PHP version -- : 8.1.13
-- Browser(s) name and version -- : Firefox
-- Error-message(debug-mod must be tuned on) -- : none
In backend there is an icon for publishing / depublishing a category / product/ coupon etc.
When I use the inspector it says that the font-family: "Font Awesome 6 Free";
The html part is
<a href="javascript:void(0);" class="icon-publish" onclick="joomTogglePicture('product_published-1', '0', 'product');" title=""> </a>
When I change the <a with <i, the correct icon is shown (apart from the color, which is an css thing). I can even switch the value of publish.
Source code: administrator/com_hika-shop/helpers/toggle.php line 67.
Can this be sort of a bug or do I do something wrong?