Skip to content

Commit

Permalink
Update ticket item text
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Mar 2, 2024
1 parent 867fb4a commit 2fa2eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(game)/puzzle/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function TicketItem({ isDone, num }: { isDone: boolean; num: number }) {
)}
<div>
<div className="text-xl font-bold">抽獎券</div>
<div className="text-base font-normal">完成拼圖 {num} 即可獲得</div>
<div className="text-base font-normal">完成拼圖 {num} 即可兌換</div>
</div>
</div>
);
Expand Down

0 comments on commit 2fa2eea

Please sign in to comment.