From 2b698a7ab22d9b91be8259cae9c76d1800bcc82b Mon Sep 17 00:00:00 2001 From: Florian <45694132+flo-bit@users.noreply.github.com> Date: Sat, 24 Jan 2026 17:37:49 +0100 Subject: [PATCH] small fix --- src/lib/cards/EventCard/EventCard.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/cards/EventCard/EventCard.svelte b/src/lib/cards/EventCard/EventCard.svelte index be63d79..731ac65 100644 --- a/src/lib/cards/EventCard/EventCard.svelte +++ b/src/lib/cards/EventCard/EventCard.svelte @@ -205,7 +205,7 @@ {/if} {#if eventData.description && ((isMobile() && item.mobileH >= 5) || (!isMobile() && item.h >= 3))} -
+
{eventData.description}
{/if} -- 2.51.2