From 3d81d5f92e86b78508fdb404736b7e249c0934a9 Mon Sep 17 00:00:00 2001
From: Zahdi <ZahdiMohcine20@gmail.com>
Date: Wed, 26 Mar 2025 00:00:10 +0100
Subject: [PATCH] [Progress] adding new wishlist path

---
 templates/wishlist/index.html.twig | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/templates/wishlist/index.html.twig b/templates/wishlist/index.html.twig
index f08571c4..ae0d2ce9 100644
--- a/templates/wishlist/index.html.twig
+++ b/templates/wishlist/index.html.twig
@@ -11,9 +11,7 @@
         <input type="text" class="search-bar" placeholder="Search...">
     </header>
     
-    <div class="navbar">
-        <button class="add-wishlist-btn">Add wishlist</button>
-    </div>
+    <a href="{{ path('app_wishlist_new') }}" class="add-wishlist-btn">Add wishlist</a>  </div>
     
     <div class="container">
         {% for wishlist in wishlists %}
-- 
GitLab