diff --git a/README.md b/README.md index e3e0308..7078f81 100644 Binary files a/README.md and b/README.md differ diff --git a/client/public/about/index.html b/client/public/about/index.html index 7ea7a90..eb72cf4 100644 --- a/client/public/about/index.html +++ b/client/public/about/index.html @@ -12,7 +12,7 @@ - + diff --git a/client/public/components/basket-popout.mjs b/client/public/components/basket-popout.mjs index 8ac6e09..bda359b 100644 --- a/client/public/components/basket-popout.mjs +++ b/client/public/components/basket-popout.mjs @@ -141,7 +141,6 @@ class BasketPopout extends Component { type="${item.type}" quantity="${item.quantity}"> - modifier `; }).join('')} diff --git a/client/public/components/product-listing.mjs b/client/public/components/product-listing.mjs index b5c49c2..b5eb5a0 100644 --- a/client/public/components/product-listing.mjs +++ b/client/public/components/product-listing.mjs @@ -159,7 +159,7 @@ class ProductListing extends Component {