Skip to content

Commit

Permalink
Merge pull request #28 from ethpandaops/barnabasbusa-patch-1
Browse files Browse the repository at this point in the history
Update EligibilityCheck.tsx
  • Loading branch information
pk910 authored Jun 13, 2024
2 parents 8dc0a7f + 5f3f7df commit cbff605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/src/components/vaultinfo/EligibilityCheck.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const EligibilityCheck = (): React.ReactElement => {
if(tokenBalance.data == 0) {
return (
<div>
Sorry, your wallet ({address}) is not authorized to request funds from the FundingVault.
Sorry, your wallet ({address}) is not authorized to request funds from the FundingVault. Have you <a href="https://github.com/ethpandaops/fundingvault/blob/master/README.md#applying-for-a-grant">applied for a grant</a> already?
</div>
)
}
Expand All @@ -61,4 +61,4 @@ const Loading = (props: {text: string}) => {
)
}

export default EligibilityCheck;
export default EligibilityCheck;

0 comments on commit cbff605

Please sign in to comment.