Skip to content

Commit

Permalink
Merge branch 'main' into add-ecwid-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny authored May 7, 2024
2 parents ac96838 + a5de917 commit ca21828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cart/add-to-cart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function SubmitButton({
aria-disabled={pending}
className={clsx(buttonClasses, {
'hover:opacity-90': true,
disabledClasses: pending
[disabledClasses]: pending
})}
>
<div className="absolute left-0 ml-4">
Expand Down

0 comments on commit ca21828

Please sign in to comment.