refactor: show cart icon on mobile and tablet devices

staging
abhisheks 2023-12-11 15:42:02 +05:30
parent cad2d48351
commit 55918f8441
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>