tghp / unitary-fund

https://unitary-fund-previews.vercel.app
0 stars 1 forks source link

Grants Page APPLY button doesn't work #30

Closed QuantumAli closed 1 year ago

QuantumAli commented 1 year ago

This is how it currently acts, and the button does not work on the web page (just brings you back to the same page)

---
layout: '~/layouts/Layout.astro'
title: Grants
---

import { PageIntro, ButtonLink, ButtonLinkSubtext } from '~/components/Ui';
import Grants from '~/components/Pages/Grants/Grants.astro';

<PageIntro spacingBelow='large'>
# Grants

We've awarded microgrants to over 72 teams accros 23 countries, resulting in 17+ completed or planned publications,
welcoming 13 people into the field, and helping to form 2 new startups and 1 new non-profit.

<ButtonLinkSubtext>Could you be next?</ButtonLinkSubtext>
<ButtonLink url="#">Apply Here</ButtonLink>

</PageIntro>

<Grants />

All I am proposing is changing the url line so it has the appropriate link

---
layout: '~/layouts/Layout.astro'
title: Grants
---

import { PageIntro, ButtonLink, ButtonLinkSubtext } from '~/components/Ui';
import Grants from '~/components/Pages/Grants/Grants.astro';

<PageIntro spacingBelow='large'>
# Grants

We've awarded microgrants to over 72 teams accros 23 countries, resulting in 17+ completed or planned publications,
welcoming 13 people into the field, and helping to form 2 new startups and 1 new non-profit.

<ButtonLinkSubtext>Could you be next?</ButtonLinkSubtext>
<ButtonLink url="https://unitaryfund.typeform.com/to/j0kAOd?typeform-source=unitary.fund">Apply Here</ButtonLink>

</PageIntro>

<Grants />
nathanshammah commented 1 year ago

@QuantumAli great find. Please do make the change!