@dev-crew-berlin/enter-js-utils 0.10.5 → 0.10.6
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/ui/enter-logo.js +1 -1
- package/package.json +1 -1
package/dist/ui/enter-logo.js
CHANGED
|
@@ -9,7 +9,7 @@ export const EnterLogo = props => {
|
|
|
9
9
|
viewBox: "0 0 96 108"
|
|
10
10
|
}, /*#__PURE__*/React.createElement("g", {
|
|
11
11
|
fill: "none",
|
|
12
|
-
|
|
12
|
+
fillRule: "nonzero"
|
|
13
13
|
}, /*#__PURE__*/React.createElement("path", {
|
|
14
14
|
fill: "transparent",
|
|
15
15
|
d: "M0 23.668C0 10.596 10.594 0 23.669 0h48.662C85.403 0 96 10.602 96 23.668v60.664C96 97.404 85.406 108 72.331 108H0V23.668Z"
|