From bfae76384db98b467afaa61e404b6bc8da9cb411 Mon Sep 17 00:00:00 2001
From: SofianeLasri <alasri250@gmail.com>
Date: Fri, 14 Jan 2022 19:11:22 +0100
Subject: [PATCH] a link removed

---
 pages/client/shops.php | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/pages/client/shops.php b/pages/client/shops.php
index bcbe9200..c2561b9c 100644
--- a/pages/client/shops.php
+++ b/pages/client/shops.php
@@ -78,11 +78,9 @@
                                             
                                             <h5 class="card-title">'.$shop['item']->getLabel().'</h5>
                                             <p class="card-text">Test content</p>
-                                            <a href="#">
-                                                <div class="mc-button normal">
-                                                    <div class="title">Se téléporter</div>
-                                                </div>
-                                            </a>
+                                            <div class="mc-button normal">
+                                                <div class="title">Se téléporter</div>
+                                            </div>
                                         </div>
                                     </div>
                                 </div>');
@@ -106,11 +104,9 @@
                                 
                                 <h5 class="card-title">Card title</h5>
                                 <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
-                                <a href="#">
-                                    <div class="mc-button normal">
-                                        <div class="title">Se téléporter</div>
-                                    </div>
-                                </a>
+                                <div class="mc-button normal">
+                                    <div class="title">Se téléporter</div>
+                                </div>
                             </div>
                         </div>
                     </div>
-- 
GitLab