Skip to content

Commit

Permalink
Update FormBounty.tsx - fix misspelling "bouty"
Browse files Browse the repository at this point in the history
  • Loading branch information
picsoritdidnthappen authored Dec 18, 2024
1 parent fb59b96 commit 6bca9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/global/FormBounty.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export default function FormBounty({
</button>
</DialogActions>
<div className='py-4 mt-1 w-full flex justify-center items-center flex-row'>
<span className='mr-2'>need a bouty idea? click the</span>
<span className='mr-2'>need a bounty idea? click the</span>
<button
className='cursor-pointer items-center text-center disabled:cursor-not-allowed'
onClick={() => generateBountyMutation.mutate()}
Expand Down

0 comments on commit 6bca9e0

Please sign in to comment.