Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Fix a typo #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/src/CodeClaimPage/ClaimBlocked.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ClaimBlocked: React.FC<{ claim: HashClaim }> = ({ claim }) => {
<form className={'claim-form'}>
<input type={'text'} disabled={true} value={claim.beneficiary} />
<div className={'web3-browser'}>
This POAP is reserved and will son be sent. <a href={'mailto:hello@poap.xyz'}>Need help?</a>
This POAP is reserved and will soon be sent. <a href={'mailto:hello@poap.xyz'}>Need help?</a>
</div>
</form>
<ClaimFooterMessage />
Expand Down