Skip to content

Commit

Permalink
Merge pull request #429 from picsoritdidnthappen/database-staging
Browse files Browse the repository at this point in the history
Update FormBounty.tsx - fix misspelling "bouty"
  • Loading branch information
picsoritdidnthappen authored Dec 18, 2024
2 parents a1c3bf5 + 6bca9e0 commit fc039f2
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 fc039f2

Please sign in to comment.