diff --git a/app/[locale]/(root)/calendar/[id]/page.tsx b/app/[locale]/(root)/calendar/[id]/page.tsx index 7f5b7b0..4e348f6 100644 --- a/app/[locale]/(root)/calendar/[id]/page.tsx +++ b/app/[locale]/(root)/calendar/[id]/page.tsx @@ -71,6 +71,13 @@ export default async function EventPage({ visit={data?.url_web ? data?.url_web : data?.web_site} /> ) : null} + + {data?.description ??
+

+ {t("description")} +

+

{data.description}

+
} -
- {data?.description ??
-

- {t("description")} -

-

{data.description}

-
} + {/*
- {/* {data?.event_topic && ( + {data?.event_topic && ( <>
@@ -104,8 +105,8 @@ export default async function EventPage({ />
- )} */} -
+ )} + */} ); }