From 4c68ca2f8209112af2bc9a094b76bb70397d79c3 Mon Sep 17 00:00:00 2001 From: Ram Goel Date: Thu, 25 Jan 2024 01:21:01 +0530 Subject: [PATCH] chore: updated card wrap link --- components/Venue/venue.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/components/Venue/venue.js b/components/Venue/venue.js index c94689f9..caa50531 100644 --- a/components/Venue/venue.js +++ b/components/Venue/venue.js @@ -6,31 +6,31 @@ import Link from 'next/link'; import Image from 'next/image' function Venue({ className, city }) { return ( - -
+
+
+ -
-

{city.date}

- - {city.name}, {city.country} - -
- +
+

{city.date}

+ + {city.name}, {city.country} + +
+ {city.description} {city.recordedTalk ?
- youtube icon - Recorded Talk + youtube icon + Recorded Talk
: null} -
- +
); }