tf-checkout-react 1.0.56 → 1.0.57

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.
@@ -1281,7 +1281,11 @@ var LoginModal = function LoginModal(_ref) {
1281
1281
  onSubmit: props.handleSubmit
1282
1282
  }, React.createElement("div", {
1283
1283
  className: "modal-title"
1284
- }, "Login"), React.createElement("div", {
1284
+ }, "Login"), React.createElement("img", {
1285
+ className: "login-logo-tff",
1286
+ src: "https://www.ticketfairy.com/resources/images/logo-ttf-black.svg",
1287
+ alt: ""
1288
+ }), React.createElement("div", {
1285
1289
  className: "server_auth__error"
1286
1290
  }, error), alreadyHasUser && React.createElement("p", {
1287
1291
  className: "info-text-for-login"