From 3301e111e2b78b7fcba4b401db747ab0446fec6f Mon Sep 17 00:00:00 2001 From: Ben <36240171+benkyd@users.noreply.github.com> Date: Fri, 22 Apr 2022 15:16:36 +0100 Subject: [PATCH] popouts Former-commit-id: 9313d7ee4fe7d0b30070ecfc9a90ead5f8294ba3 --- README.md | Bin 7418 -> 7524 bytes client/public/about/index.html | 2 +- client/public/components/basket-popout.mjs | 1 - client/public/components/product-listing.mjs | 2 +- .../components/super-compact-listing.mjs | 9 +++++++++ client/public/featured/index.html | 2 +- client/public/index.html | 2 +- client/public/search/index.html | 2 +- 8 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e3e03080e1bf5bf50b5a0523142de62323424414..7078f81e691320bf303233a6370986fdd5877726 100644 GIT binary patch delta 110 zcmexm`NV2N3UguzLk2@Cg91Yekj!Ps2eNz_LK%V?LV&C!uuKs{DMKERm&Q;8l+OjS pa)5L)Ln4sQ0J4f1N`PX14E|s}h73jwmJE6f22gCcIhuLCBmfL<6ypE@ delta 12 TcmaE2^~-WY3iIZ3%+n+RDN+TT 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 {