From 37bd10123f1cd6da70c7d77da43391f1f112b232 Mon Sep 17 00:00:00 2001 From: Juan M Date: Tue, 9 May 2023 12:31:02 -0300 Subject: [PATCH 1/2] Event not events --- src/styles/event.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/event.css b/src/styles/event.css index 97cf52c..0f38911 100644 --- a/src/styles/event.css +++ b/src/styles/event.css @@ -28,7 +28,7 @@ } @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { - .events .in-common .active-events { + .event .in-common .active-events { top: 100%; } } From 969c0b484947fd18cc657575173d2ac2e5a06546 Mon Sep 17 00:00:00 2001 From: Juan M Date: Tue, 9 May 2023 12:32:35 -0300 Subject: [PATCH 2/2] Version 1.1.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5ed040..e08d4a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poap-xyz/poap-family", - "version": "1.1.8", + "version": "1.1.9", "author": { "name": "POAP", "url": "https://poap.xyz"