Skip to content

Commit

Permalink
english
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Jun 10, 2024
1 parent 278b59e commit 7603b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkout/pages/CartPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default ({ c }) => {
const content = html`
${Header({ c })}
<main class="c_CartPage">
<h2>Warenkorb</h2>
<h2>Basket</h2>
<ul class="c_CartPage__lineItems">
${lineItems.map(LineItem).join("")}
</ul>
Expand Down

0 comments on commit 7603b9f

Please sign in to comment.