浏览代码

se agrego el carrito al navbar

Elias Rosell 3 月之前
父节点
当前提交
a342ab2b84
共有 1 个文件被更改,包括 5 次插入0 次删除
  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="/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="/Nosotros/">Nosotros</a></li>
             <li class="text-slate-800 hover:text-gray-600"><a href="/Contacto/">Contacto</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">
             <div class="flex space-x-3 md:space-x-2">
               <a href="https://www.instagram.com/olivamiadeli/" target="_blank" class="md:mb-2">
               <a href="https://www.instagram.com/olivamiadeli/" target="_blank" class="md:mb-2">
                 <i class="fa-brands fa-square-instagram"></i>
                 <i class="fa-brands fa-square-instagram"></i>