Skip to content

Commit

Permalink
#10 - Update typo cart in modal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbruder authored Oct 2, 2024
1 parent f01a146 commit 4176cee
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 4176cee

Please sign in to comment.