Replace email with free response market (#118)
This commit is contained in:
parent
a516122f61
commit
2f6a3c4e00
|
@ -5,6 +5,7 @@ import { CharityCard } from '../../components/charity/charity-card'
|
||||||
import { Col } from '../../components/layout/col'
|
import { Col } from '../../components/layout/col'
|
||||||
import { Spacer } from '../../components/layout/spacer'
|
import { Spacer } from '../../components/layout/spacer'
|
||||||
import { Page } from '../../components/page'
|
import { Page } from '../../components/page'
|
||||||
|
import { SiteLink } from '../../components/site-link'
|
||||||
import { Title } from '../../components/title'
|
import { Title } from '../../components/title'
|
||||||
import { useAllCharityTxns } from '../../hooks/use-charity-txns'
|
import { useAllCharityTxns } from '../../hooks/use-charity-txns'
|
||||||
|
|
||||||
|
@ -73,8 +74,14 @@ export default function Charity() {
|
||||||
></iframe>
|
></iframe>
|
||||||
|
|
||||||
<div className="mt-10 text-gray-500">
|
<div className="mt-10 text-gray-500">
|
||||||
Don't see your favorite charity? Recommend that we add it by emailing
|
Don't see your favorite charity? Recommend it{' '}
|
||||||
<span className="text-indigo-500"> give@manifold.markets</span>~
|
<SiteLink
|
||||||
|
href="https://manifold.markets/Sinclair/which-charities-should-manifold-add"
|
||||||
|
className="text-indigo-700"
|
||||||
|
>
|
||||||
|
here
|
||||||
|
</SiteLink>
|
||||||
|
!
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<span className="italic">
|
<span className="italic">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user