@thefittingroom/shop-ui 1.4.8 → 1.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * thefittingroom v1.4.8 (2024-08-09T14:31:06.947Z)
2
+ * thefittingroom v1.4.9 (2024-08-09T14:32:57.620Z)
3
3
  * Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
4
4
  */
5
5
  function loadImageRecursive(imageURL, imageURLs) {
@@ -26330,8 +26330,8 @@ const ScanCodeModal = (props) => {
26330
26330
  : `<div tfr-element="true" class="tfr-title-font tfr-light-16-300 tfr-mt-10 tfr-max-w-600">${L.ClickHereToDownload}</div>
26331
26331
 
26332
26332
  <div tfr-element="true" class="tfr-flex tfr-space-above">
26333
- <img src="${imageBaseUrl}apple.png" id="tfr-app-store" />
26334
- <img src="${imageBaseUrl}google.png" id="tfr-google-play" />
26333
+ <img class="tfr-mobile-logo" src="${imageBaseUrl}apple.png" id="tfr-app-store" />
26334
+ <img class="tfr-mobile-logo" src="${imageBaseUrl}google.png" id="tfr-google-play" />
26335
26335
  </div>
26336
26336
 
26337
26337
  <div id="tfr-sign-in-nav" tfr-element="true" class="tfr-body-font tfr-mt-20 tfr-16-default tfr-c-black-o5 tfr-underline tfr-cursor">${L.HaveAcc}</div>