iglooform 2.5.20 → 2.5.21

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.
@@ -80,7 +80,7 @@ var SwitchPlatform = function SwitchPlatform(_ref) {
80
80
  return _jsxs(_Menu.Item, {
81
81
  className: "igloo-switch-platform-option",
82
82
  children: [_jsx(_Image, {
83
- src: "https://static.iglooinsure.com/partner/square/".concat(name.toLowerCase(), ".svg"),
83
+ src: "https://static.iglooinsure.com/partner/square/".concat(key.toLowerCase(), ".svg"),
84
84
  className: "igloo-switch-platform-default-logo",
85
85
  fallback: defaultIcon,
86
86
  preview: false
@@ -100,7 +100,7 @@ var SwitchPlatform = function SwitchPlatform(_ref) {
100
100
  return (0, _jsxRuntime.jsxs)(_menu.default.Item, {
101
101
  className: "igloo-switch-platform-option",
102
102
  children: [(0, _jsxRuntime.jsx)(_image.default, {
103
- src: "https://static.iglooinsure.com/partner/square/".concat(name.toLowerCase(), ".svg"),
103
+ src: "https://static.iglooinsure.com/partner/square/".concat(key.toLowerCase(), ".svg"),
104
104
  className: "igloo-switch-platform-default-logo",
105
105
  fallback: _default2.default,
106
106
  preview: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iglooform",
3
- "version": "2.5.20",
3
+ "version": "2.5.21",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "build-dev": "dumi build",