Bladeren bron

se agrego el carrito al navbar

Elias Rosell 3 maanden geleden
bovenliggende
commit
a342ab2b84
1 gewijzigde bestanden met toevoegingen van 5 en 0 verwijderingen
  1. 5 0
      src/layouts/Layout.astro

+ 5 - 0
src/layouts/Layout.astro

@@ -38,6 +38,11 @@ const { title, ogTitle, ogImage, ogUrl, ogDescription } = Astro.props;
             <li class="text-slate-800 hover:text-gray-600"><a href="/Productos/">Productos</a></li>
             <li class="text-slate-800 hover:text-gray-600"><a href="/Nosotros/">Nosotros</a></li>
             <li class="text-slate-800 hover:text-gray-600"><a href="/Contacto/">Contacto</a></li>
+            <li>
+              <a href="/Pedidos/">
+                <i class="fa-solid fa-cart-shopping fa-lg"></i>
+              </a>
+            </li>
             <div class="flex space-x-3 md:space-x-2">
               <a href="https://www.instagram.com/olivamiadeli/" target="_blank" class="md:mb-2">
                 <i class="fa-brands fa-square-instagram"></i>