From a818e3d932030df620e2f71b2cffc09315e31e59 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Mon, 25 Mar 2024 02:31:55 -0400 Subject: [PATCH] Fix type in ethan --- src/routes/b/ethan/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/b/ethan/+page.svelte b/src/routes/b/ethan/+page.svelte index 7262af3..fdf7cd9 100644 --- a/src/routes/b/ethan/+page.svelte +++ b/src/routes/b/ethan/+page.svelte @@ -24,7 +24,7 @@ let custom_message = ""; let message = - "Happy birthday Ethan! You are easily one of the closest friends I've ever had, and it's not even close. I've never met someone who's so willing to be goofy and crazy with me, but also has the capacity to be so serious when needed. I appreciate you as a friend as also just as a human on this planet. You make a difference in my life, so I'm sure you do for other people as well."; + "Happy birthday Ethan! You are easily one of the closest friends I've ever had, and it's not even close. I've never met someone who's so willing to be goofy and crazy with me, but also has the capacity to be so serious when needed. I appreciate you as a friend and also just as a human on this planet. You make a difference in my life, so I'm sure you do for other people as well."; let played_words: string[] = []; let playing = false;