Skip to content

Commit

Permalink
Fix text colors when all maps are beaten
Browse files Browse the repository at this point in the history
  • Loading branch information
delasy committed Oct 23, 2024
1 parent 426676e commit 0b5b39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/play/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ export default function PlayPage() {
<div className="py-8">
<div className="flex flex-col items-center gap-4">
<div className="flex flex-col items-center gap-2 text-center">
<h2 className="text-xl/snug text-white">Congratulations!</h2>
<p className="text-base/snug text-white">
<h2 className="text-xl/snug">Congratulations!</h2>
<p className="text-base/snug">
You completed all maps, consider creating and publishing your
own map.
</p>
Expand Down

0 comments on commit 0b5b39d

Please sign in to comment.