Skip to content

Commit 34a614a

Browse files
refactor: remove the usd on prize distribution
1 parent 3f0219f commit 34a614a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/challenges/_partials/HackathonPrize.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function HackathonPrize({ reward, description }: { reward: Reward
1010
<span>{description}</span>
1111
</div>
1212
<div className="text-gray-400 text-xs font-medium leading-3 mt-1 flex">
13-
<span>{`1st Place ${shortenNumber(first)}; 2nd Place $${shortenNumber(second)}; 3rd Place $${shortenNumber(third)}`}</span>
13+
<span>{`1st Place ${shortenNumber(first)}; 2nd Place ${shortenNumber(second)}; 3rd Place ${shortenNumber(third)}`}</span>
1414
</div>
1515
</>
1616
);

0 commit comments

Comments
 (0)