We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138ef55 commit f4d3a6bCopy full SHA for f4d3a6b
src/pages/GameEndPage.tsx
@@ -6,7 +6,7 @@ export function GameEndPage() {
6
<main className="relative h-screen w-screen flex items-center justify-center">
7
<div className="flex flex-col items-center gap-16">
8
<div className="text-6xl font-medium text-slate-400">
9
- Yay! You finished the game! 😺
+ Yay! All cats found! 😺
10
</div>
11
<GameScoreboard />
12
<div className="flex flex-col gap-4">
0 commit comments