Skip to content

Commit

Permalink
updated content
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Mar 3, 2024
1 parent b1068b1 commit 3ca613e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/(game)/puzzle/Ticket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ export function TicketItem({
)}
<div>
<div className="text-xl font-bold">抽獎券</div>
<div className="text-base font-normal">完成拼圖 {num} 即可兌換</div>
<div className="text-base font-normal">
{isDone ? `可至服務台兌換抽獎券` : `完成拼圖 ${num} 即可兌換`}
</div>
</div>
</div>
);
Expand Down

0 comments on commit 3ca613e

Please sign in to comment.