Skip to content

Commit

Permalink
tweak recap thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Dec 16, 2024
1 parent ec9fb56 commit 3878260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/recap/src/slides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 3878260

Please sign in to comment.