We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5315cc commit ee64db3Copy full SHA for ee64db3
1 file changed
apps/blade/src/app/_components/admin/banquet-raffle/raffle-draw.tsx
@@ -317,9 +317,8 @@ export default function RaffleDraw({ entries }: { entries: RaffleEntry[] }) {
317
{winner.firstName} {winner.lastName}
318
</h3>
319
<p className="mt-2 text-lg font-medium">
320
- {winner.points} points. Congratulations on winning the
321
- $100 Amazon gift card, and thank you for participating in
322
- Knight Hacks events!
+ {winner.points} points. Congratulations on winning, and
+ thank you for participating in Knight Hacks events!
323
</p>
324
</div>
325
0 commit comments