Skip to content

Commit

Permalink
fixed: spelling issue developer-job-simulation#5
Browse files Browse the repository at this point in the history
  • Loading branch information
antono91 committed Aug 10, 2023
1 parent e1ff41a commit 8863427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Cart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function Cart({ open, setOpen, cart, updateCart }) {
className="w-12"
aria-hidden="true"
/>
<span className="pt-2">Your Cart is empty</span>
<span className="pt-2">Your Cart is Empty.</span>
</div>
) : (
<ul
Expand Down

0 comments on commit 8863427

Please sign in to comment.