diff --git a/src/components/EventItem.astro b/src/components/EventItem.astro index 44f402e..41f2170 100644 --- a/src/components/EventItem.astro +++ b/src/components/EventItem.astro @@ -46,26 +46,34 @@ function dateEnd(str, days) { ---
-
-
-
{dateFormat(item.date)}
- {item.days && item.days > 1 && -
{dateFormat(dateEnd(item.date, item.days))}
- } -
-
-
{nameRenderer(item)}
-
- -
- {item.city}, {item.country.toUpperCase()} - {item.coincidence && -   - {ccRenderer(item)} - } +
+
+
+
{dateFormat(item.date)}
+ {item.days && item.days > 1 && +
- {dateFormat(dateEnd(item.date, item.days))}
+ } +
+
+
{nameRenderer(item)}
+
+ +
+ {item.city}, {item.country.toUpperCase()} + {item.coincidence && +   - {ccRenderer(item)} + } +
+ {item.links?.rsvp && +
+ +
+ } +
-
+