Skip to content

Commit ee64db3

Browse files
committed
raffle verbiage
1 parent e5315cc commit ee64db3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

apps/blade/src/app/_components/admin/banquet-raffle/raffle-draw.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,8 @@ export default function RaffleDraw({ entries }: { entries: RaffleEntry[] }) {
317317
{winner.firstName} {winner.lastName}
318318
</h3>
319319
<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!
320+
{winner.points} points. Congratulations on winning, and
321+
thank you for participating in Knight Hacks events!
323322
</p>
324323
</div>
325324
</div>

0 commit comments

Comments
 (0)