Skip to content

Commit d7a4aab

Browse files
authored
fix(bounty): update stale staged-for-payout hint copy (#681)
The staged banner referenced an internal issue number (#633) as a build-order note. That work shipped, so point organizers to the Payout tab instead.
1 parent e2e575a commit d7a4aab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/organization/bounties/manage/BountySubmissionsPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default function BountySubmissionsPanel({
114114
<Trophy className='text-primary h-4 w-4' />
115115
<span className='text-zinc-200'>{staged.size} staged for payout</span>
116116
<span className='text-xs text-zinc-500'>
117-
(winner selection + signing lands in #633)
117+
(assign them to prize tiers in the Payout tab)
118118
</span>
119119
</div>
120120
)}

0 commit comments

Comments
 (0)