Skip to content

Commit

Permalink
Merge pull request #11 from bitbruder/patch-1
Browse files Browse the repository at this point in the history
#10 - Update typo cart in modal.tsx
  • Loading branch information
Mcastres authored Oct 2, 2024
2 parents 9ca4944 + 4176cee commit 0e4db7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/components/products/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function AddToCartModal({ onClick }: { onClick: () => void }) {
return (
<Modal>
<ModalTrigger onClick={onClick} className="mt-10 w-full">
Add to card
Add to cart
</ModalTrigger>
<ModalBody>
<ModalContent>
Expand Down

0 comments on commit 0e4db7d

Please sign in to comment.