koro

an event time scheduler
git clone https://tilde.team/~marisa/repo/koro.git
Log | Files | Refs | README | LICENSE

commit 38b6f0546e69285cc787ca3f32e688c15942230b
parent fe5073e4f0556e1e0f01dbd1207c27a15bc99ff1
Author: mokou <mokou@posteo.de>
Date:   Thu, 21 May 2020 18:01:54 +0200

fix: Change event URL

Diffstat:
Msrc/pages/Index.svelte | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/Index.svelte b/src/pages/Index.svelte @@ -65,7 +65,7 @@ ...event }) success = true - eventLink = `https://koro.com/${res.id}` + eventLink = `https://koro.moe/${res.id}` } catch (e) { console.error(e) }