Fixing issue of path of image.

This commit is contained in:
sergiotarxz 2023-05-01 05:42:20 +02:00
parent 1eb3dc87e9
commit eb0392d565
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@
<a class="go-to-index" href="<%='/'.$categories->{index}{slug}%>"><%== $categories->{index}{menu_text} %></a>
<div></div>
<a href="#mobile-foldable" class="menu-expand">
<img class="open-menu-icon" src="img/hamburger-menu-yellow.png" alt="Expandir el menú."/>
<img class="open-menu-icon-hover" src="img/hamburger-menu-purple.png" alt="Expandir el menú."/>
<img class="open-menu-icon" src="/img/hamburger-menu-yellow.png" alt="Expandir el menú."/>
<img class="open-menu-icon-hover" src="/img/hamburger-menu-purple.png" alt="Expandir el menú."/>
</a>
</nav>
<nav class="mobile-foldable" id="mobile-foldable"><%