From b378805bd829c5cd192b28726babe2744d7d4772 Mon Sep 17 00:00:00 2001 From: marwaahmed <2101-marwaahmed@users.noreply.git.imp.fu-berlin.de> Date: Thu, 19 Jan 2023 12:03:35 +0100 Subject: [PATCH] further changes --- src/lib/Card.svelte | 2 +- src/lib/TimelineView.svelte | 2 +- src/lib/utils.svelte | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/lib/Card.svelte b/src/lib/Card.svelte index 9e6ec00..74f5ac2 100644 --- a/src/lib/Card.svelte +++ b/src/lib/Card.svelte @@ -22,7 +22,7 @@ const prefix = 'https://github.com/M-L-D-H/Closing-The-Gap-In-Non-Latin-Script-Data/blob/master/PROJECTS/'; - $: suffix = url.split('/PROJECTS/')[1]; + $: suffix = url.split('/PROJECTS/')[1]; $: jsonLink = prefix + suffix; diff --git a/src/lib/TimelineView.svelte b/src/lib/TimelineView.svelte index dcf0523..0185810 100644 --- a/src/lib/TimelineView.svelte +++ b/src/lib/TimelineView.svelte @@ -124,7 +124,7 @@ - + Project {#each years as year, i} {year} diff --git a/src/lib/utils.svelte b/src/lib/utils.svelte index e039f6a..9f671e5 100644 --- a/src/lib/utils.svelte +++ b/src/lib/utils.svelte @@ -185,4 +185,7 @@ return -1; } else return 0; } + + +