fix problems

This commit is contained in:
hamid zarghami
2025-12-16 16:33:18 +03:30
parent 773472c5b0
commit 806c0c3c48
4 changed files with 6 additions and 6 deletions
@@ -91,7 +91,7 @@ const CartSummary = ({ description = '', onDescriptionChange }: CartSummaryProps
}}
className={`fixed bottom-0 left-0 right-0 z-50 bg-white border-t border-border p-4 w-full ${isCartEmpty ? 'pointer-events-none opacity-60' : ''}`}
>
<Button className='!w-full px-4' disabled={isCartEmpty}>{t('ButtonCheckout')}</Button>
<Button className='w-full! px-4' disabled={isCartEmpty}>{t('ButtonCheckout')}</Button>
</Link>
{/* {!isCartEmpty && (