Event kurzbeschreibung für Listenansicht hinzugefügt

This commit is contained in:
PxlLoewe
2025-07-18 14:24:29 -07:00
parent 97012f1b6f
commit 85fdfb3bb1
5 changed files with 21 additions and 15 deletions

View File

@@ -38,8 +38,7 @@ export const EventCard = ({
<div className="col-span-4">
<div className="text-left text-balance">
<MDEditor.Markdown
source={event.description}
className="whitespace-pre-wrap"
source={event.descriptionShort}
style={{
backgroundColor: "transparent",
}}

View File

@@ -157,7 +157,6 @@ const ModalBtn = ({
<div className="text-left text-balance">
<MDEditor.Markdown
source={event.description}
className="whitespace-pre-wrap"
style={{
backgroundColor: "transparent",
}}