Skip to content

Commit a659600

Browse files
committed
Merge branch 'main' of github.com:1337-Artificial-Intelligence/thinkai_main
2 parents 168af52 + 87573f8 commit a659600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Admin/ChallengeManagement.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ export default function ChallengeManagement() {
390390
<span className="text-green-400">
391391
{Math.min(challenge.approvedSubmissionsCount || 0, challenge.bonusLimit)}
392392
</span>
393-
<span className="text-gray-500">/{challenge.bonusLimit} claimed</span>
393+
<span className="text-gray-500">/{challenge.bonusLimit} bonus claimed</span>
394394
</div>
395395
<div className="text-gray-500">
396396
Total submissions: {challenge.approvedSubmissionsCount || 0}

0 commit comments

Comments
 (0)