diff --git a/VERSION b/VERSION index 076e9c7..b9f2e5f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.20.1 +3.20.2 diff --git a/play-life-web/package.json b/play-life-web/package.json index d5b8c21..406b7a0 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "3.20.1", + "version": "3.20.2", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/Wishlist.css b/play-life-web/src/components/Wishlist.css index c8909c7..9ba3c7c 100644 --- a/play-life-web/src/components/Wishlist.css +++ b/play-life-web/src/components/Wishlist.css @@ -94,7 +94,6 @@ } .wishlist-card { - border-radius: 18px; overflow: hidden; cursor: pointer; transition: transform 0.2s;