From 38782601d02d7a60fb00752303f76906bbf03a08 Mon Sep 17 00:00:00 2001 From: Trevor Fitzgerald Date: Sun, 15 Dec 2024 19:26:14 -0500 Subject: [PATCH] tweak recap thanks --- ui/recap/src/slides.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/recap/src/slides.ts b/ui/recap/src/slides.ts index 0c19f7597edb..bbda0c0ca400 100644 --- a/ui/recap/src/slides.ts +++ b/ui/recap/src/slides.ts @@ -253,7 +253,7 @@ export const thanks = (): VNode => slideTag('thanks')([ h('div.recap--massive', 'Thank you for playing on Lichess!'), h('img.recap__logo', { attrs: { src: site.asset.url('logo/lichess-white.svg') } }), - h('div', "May your pieces find their way to your opponents' kings."), + h('div', "We're glad you're here. Have a great 2025!"), ]); const renderPerf = (perf: RecapPerf): VNode => {