Skip to content

Commit

Permalink
in ETH
Browse files Browse the repository at this point in the history
  • Loading branch information
carletex committed Sep 6, 2024
1 parent bcff494 commit e5b1864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/app/submissions/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ const Submissions: NextPage = async () => {
<h2 className="text-2xl font-bold mb-4">🏆 Prize Distribution</h2>
<ul className="list-disc list-inside ml-3">
<li className="text-lg">
<span className="font-bold">Winner:</span> $1000
<span className="font-bold">Winner:</span> $1000 (in ETH)
</li>
<li className="text-lg">
<span className="font-bold">Finalist:</span> $500
<span className="font-bold">Finalist:</span> $500 (in ETH)
</li>
</ul>

Expand Down

0 comments on commit e5b1864

Please sign in to comment.