diff --git a/pages/client/shops.php b/pages/client/shops.php
index bcbe92005006f85b1e2db16db8af2c50356e8e80..c2561b9cac57e2a524ca3597fad9c138057a889c 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>