@@ -36,10 +39,20 @@ export const EventLocations = ({ event }: { event: PublicEvent }) => {
content={
<>
{t("select_on_next_step")}
-
- {locations.map((location) => (
- -
- {getLocationToDisplay(location)}
+
+ {locations.map((location, index) => (
+ -
+
+
?.iconUrl})
+
{getLocationToDisplay(location)}
+
))}