Skip to content
Snippets Groups Projects
Commit edf8bafa authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

probable fix

parent 50e2e114
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
</div>
<div class="flex-grow-1">
<ul class="menuList float-right">
<li id="menu-buy" onmouseover="animatedIcon(this, 'enter')" onmouseout="animatedIcon(this, 'leave')">
<li id="menu-buy" onmouseenter="animatedIcon(this, 'enter')" onmouseleave="animatedIcon(this, 'leave')">
<a href="#" class="nav-link">
<i class="nav-icon">
<img src="<?=getWebsiteSetting("websiteUrl")?>data/images/navbar/menu-buy.png" alt="Join icon">
......@@ -21,7 +21,7 @@
Carte du monde
</a>
</li>
<li id="menu-comm" onmouseover="animatedIcon(this, 'enter')" onmouseout="animatedIcon(this, 'leave')">
<li id="menu-comm" onmouseenter="animatedIcon(this, 'enter')" onmouseleave="animatedIcon(this, 'leave')">
<a href="#" class="nav-link">
<i class="nav-icon">
<img src="<?=getWebsiteSetting("websiteUrl")?>data/images/navbar/menu-comm.svg" alt="Community icon">
......@@ -29,7 +29,7 @@
Communauté
</a>
</li>
<li id="menu-store" onmouseover="animatedIcon(this, 'enter')" onmouseout="animatedIcon(this, 'leave')">
<li id="menu-store" onmouseenter="animatedIcon(this, 'enter')" onmouseleave="animatedIcon(this, 'leave')">
<a href="#" class="nav-link">
<i class="nav-icon">
<img src="<?=getWebsiteSetting("websiteUrl")?>data/images/navbar/menu-store.svg" alt="Community icon">
......@@ -37,7 +37,7 @@
Liste des magasins
</a>
</li>
<li id="menu-support" onmouseover="animatedIcon(this, 'enter')" onmouseout="animatedIcon(this, 'leave')">
<li id="menu-support" onmouseenter="animatedIcon(this, 'enter')" onmouseleave="animatedIcon(this, 'leave')">
<a href="#" class="nav-link">
<i class="nav-icon">
<img src="<?=getWebsiteSetting("websiteUrl")?>data/images/navbar/menu-support.svg" alt="Staff icon">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment