western-world 3.0.331 → 3.0.332
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/package.json
CHANGED
package/src/svg/cells/casino.svg
CHANGED
|
@@ -1038,6 +1038,6 @@
|
|
|
1038
1038
|
<use xlink:href="#chip" transform="translate(950 -3400)"></use>
|
|
1039
1039
|
</g>
|
|
1040
1040
|
|
|
1041
|
-
<use xlink:href="#winner" class="d-none"></use>
|
|
1042
|
-
<use xlink:href="#lost" class="d-none"></use>
|
|
1041
|
+
<use xlink:href="#winner" class="d-none use-winner"></use>
|
|
1042
|
+
<use xlink:href="#lost" class="d-none use-lost"></use>
|
|
1043
1043
|
</svg>
|