diff --git a/components/Venue/venue.js b/components/Venue/venue.js index bc24eb5d..3102cf23 100644 --- a/components/Venue/venue.js +++ b/components/Venue/venue.js @@ -29,14 +29,14 @@ function Venue({ className, city }) { return (
-
+ className='relative w-[300px] h-[400px] sm:w-[250px] sm:h-[350px] card-bg rounded-md bg-[image:var(--image-url)] flex items-center justify-center p-4 cursor-pointer m-2 hover:shadow-[0_4px_20px_10px_rgba(0,0,0,0.3)] hover:scale-105 transition-all duration-350 ease-in-out'> +
{city.cfp?
cfp is open
:null}
@@ -45,8 +45,8 @@ function Venue({ className, city }) {
{city.name=='Online'?{city.name} {city.country}:{city.country}, {city.name}}
-
-
{city.date}
+
+
{city.date}
{eventStatus}