Skip to content

Commit

Permalink
Merge pull request #32 from picsoritdidnthappen/kaspotz-patch-3
Browse files Browse the repository at this point in the history
no claims wording - Update NoProof.tsx
  • Loading branch information
Rhovian authored Apr 17, 2024
2 parents a86e3e5 + 5d6a094 commit fe74049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bounty/NoProof.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const NoProof = ({ bountyId }: { bountyId: string }) => {
return (
<div className='flex flex-col text-center my-20 w-full items-center'>
<span>
{ !bountyCanceled ? "this bounty has not yet received any claim." : "bounty canceled"}
{ !bountyCanceled ? "this bounty has not yet received a claim" : "bounty canceled"}
</span>
{walletConnected && youOwner && !bountyCanceled ? (
<button onClick={handleCancelBounty} className='border border-[#F15E5F] text-[#F15E5F] rounded-md py-2 px-5 mt-5'>
Expand Down

0 comments on commit fe74049

Please sign in to comment.