From 08136e258dce8514228ee0130766bdc2fc4a0895 Mon Sep 17 00:00:00 2001 From: qugalet Date: Sun, 5 Feb 2023 20:02:21 +0000 Subject: [PATCH] added new quote Signed-off-by: qugalet --- src/routes/+layout.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 0463f8d..706993d 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -3,7 +3,8 @@ const splashes = [ 'no life since 1980 - 1jem', 'also try fediverse - qugalet', - 'Усе тільки починається - Ternox' + 'Усе тільки починається - Ternox', + 'Alive since 24.10.2021' ]; const splash = splashes[Math.floor(Math.random() * splashes.length)];