From 473c4307d37f8972abad7c2de80e695ae8520aef Mon Sep 17 00:00:00 2001 From: BOT Alex <44818698+MagicBOTAlex@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:43:29 +0100 Subject: [PATCH] Update timelineItem.svelte --- src/comps/timeline/timelineItem.svelte | 196 ++++++++++++------------- 1 file changed, 98 insertions(+), 98 deletions(-) diff --git a/src/comps/timeline/timelineItem.svelte b/src/comps/timeline/timelineItem.svelte index 119e5c9..500f1de 100644 --- a/src/comps/timeline/timelineItem.svelte +++ b/src/comps/timeline/timelineItem.svelte @@ -1,99 +1,99 @@ - - - - -
-
- {#if imagePath !== "null"} -
- nothing -
- {/if} -
-
-
-
{@html title}
-
{@html date}
-
{@html desc}
-
-
- - \ No newline at end of file