From 55918f8441d93ef0b5340d010b05f08ff1e4d6a9 Mon Sep 17 00:00:00 2001
From: abhisheks <abhisheks@consultbop.com>
Date: Mon, 11 Dec 2023 15:42:02 +0530
Subject: [PATCH] refactor: show cart icon on mobile and tablet devices

---
 modules/ps_customersignin/ps_customersignin.tpl | 2 +-
 templates/_partials/header.tpl                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/ps_customersignin/ps_customersignin.tpl b/modules/ps_customersignin/ps_customersignin.tpl
index 35df7fd..dd741c4 100644
--- a/modules/ps_customersignin/ps_customersignin.tpl
+++ b/modules/ps_customersignin/ps_customersignin.tpl
@@ -22,7 +22,7 @@
  * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
  * International Registered Trademark & Property of PrestaShop SA
  *}
-<div id="_desktop_user_info" class="relative">
+<div id="_desktop_user_info" class="relative max-md:hidden">
   <div class="flex max-w-[200px] justify-end mx-4">
     {if $logged}
       <a
diff --git a/templates/_partials/header.tpl b/templates/_partials/header.tpl
index 0eb8e92..79c26ea 100644
--- a/templates/_partials/header.tpl
+++ b/templates/_partials/header.tpl
@@ -35,7 +35,7 @@
         <div class="w-full">
           {hook h='displayMainMenu'}
         </div>
-        <div class="relative right-16 hidden items-center justify-end sm:flex lg:right-0">
+        <div class="relative right-16 items-center justify-end sm:flex lg:right-0">
           {hook h='displayTop'}
         </div>
       </div>