Update front page to say dev grant, not just research grant

This commit is contained in:
Rucknium
2023-06-15 12:42:33 +00:00
committed by GitHub
parent c49b639a12
commit ce120db10e

View File

@@ -74,7 +74,7 @@ const Home: NextPage<{ projects: any }> = ({ projects }) => {
<p>
Want to receive funding for your work? {' '}
<Link href="/apply" legacyBehavior >
<a className="custom-link">Apply for a Monero Research Grant!</a>
<a className="custom-link">Apply for a Monero development or research grant!</a>
</Link>
</p>
</div>