Update site copy
This commit is contained in:
parent
22a9901148
commit
cea9422802
|
@ -174,7 +174,7 @@ export function AnswerBetPanel(props: {
|
||||||
className="btn self-stretch whitespace-nowrap border-none bg-gradient-to-r from-teal-500 to-green-500 px-10 text-lg font-medium normal-case hover:from-teal-600 hover:to-green-600"
|
className="btn self-stretch whitespace-nowrap border-none bg-gradient-to-r from-teal-500 to-green-500 px-10 text-lg font-medium normal-case hover:from-teal-600 hover:to-green-600"
|
||||||
onClick={firebaseLogin}
|
onClick={firebaseLogin}
|
||||||
>
|
>
|
||||||
Sign up to trade!
|
Sign up to bet!
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
</Col>
|
</Col>
|
||||||
|
|
|
@ -72,7 +72,7 @@ export function BetPanel(props: {
|
||||||
className="btn flex-1 whitespace-nowrap border-none bg-gradient-to-r from-teal-500 to-green-500 px-10 text-lg font-medium normal-case hover:from-teal-600 hover:to-green-600"
|
className="btn flex-1 whitespace-nowrap border-none bg-gradient-to-r from-teal-500 to-green-500 px-10 text-lg font-medium normal-case hover:from-teal-600 hover:to-green-600"
|
||||||
onClick={firebaseLogin}
|
onClick={firebaseLogin}
|
||||||
>
|
>
|
||||||
Sign up to trade!
|
Sign up to bet!
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
</Col>
|
</Col>
|
||||||
|
@ -187,7 +187,7 @@ export function BetPanelSwitcher(props: {
|
||||||
className="btn flex-1 whitespace-nowrap border-none bg-gradient-to-r from-teal-500 to-green-500 px-10 text-lg font-medium normal-case hover:from-teal-600 hover:to-green-600"
|
className="btn flex-1 whitespace-nowrap border-none bg-gradient-to-r from-teal-500 to-green-500 px-10 text-lg font-medium normal-case hover:from-teal-600 hover:to-green-600"
|
||||||
onClick={firebaseLogin}
|
onClick={firebaseLogin}
|
||||||
>
|
>
|
||||||
Sign up to trade!
|
Sign up to bet!
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
</Col>
|
</Col>
|
||||||
|
|
|
@ -11,41 +11,36 @@ import clsx from 'clsx'
|
||||||
import { Row } from './layout/row'
|
import { Row } from './layout/row'
|
||||||
import { ENV_CONFIG } from '../../common/envs/constants'
|
import { ENV_CONFIG } from '../../common/envs/constants'
|
||||||
import _ from 'lodash'
|
import _ from 'lodash'
|
||||||
|
import { SiteLink } from './site-link'
|
||||||
|
|
||||||
export function FeedPromo(props: { hotContracts: Contract[] }) {
|
export function FeedPromo(props: { hotContracts: Contract[] }) {
|
||||||
const { hotContracts } = props
|
const { hotContracts } = props
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Col className="my-6 rounded-xl bg-white py-12 text-center sm:m-12">
|
<Col className="my-6 rounded-xl text-center sm:m-12">
|
||||||
<h1 className="text-4xl sm:text-6xl xl:text-6xl">
|
<h1 className="text-4xl sm:text-6xl xl:text-6xl">
|
||||||
<div className="font-semibold sm:mb-2">
|
<div className="font-semibold sm:mb-2">A market for</div>
|
||||||
A{' '}
|
|
||||||
<span className="bg-gradient-to-r from-teal-400 to-green-400 bg-clip-text font-bold text-transparent">
|
<span className="bg-gradient-to-r from-teal-400 to-green-400 bg-clip-text font-bold text-transparent">
|
||||||
market{' '}
|
every question
|
||||||
</span>
|
</span>
|
||||||
for
|
|
||||||
</div>
|
|
||||||
<div className="font-semibold">
|
|
||||||
every{' '}
|
|
||||||
<span className="bg-gradient-to-r from-teal-400 to-green-400 bg-clip-text font-bold text-transparent">
|
|
||||||
question
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</h1>
|
</h1>
|
||||||
<Spacer h={6} />
|
<Spacer h={6} />
|
||||||
<div className="mb-4 text-gray-500">
|
<div className="mb-4 px-2 text-gray-500">
|
||||||
Find markets on any topic imaginable. Or create your own!
|
Bet on any topic imaginable. Or create your own market!
|
||||||
<br />
|
<br />
|
||||||
Sign up to get M$1,000 and start trading.
|
Sign up and get M$1,000 - worth $10 to your{' '}
|
||||||
|
<SiteLink className="font-semibold" href="/charity">
|
||||||
|
favorite charity.
|
||||||
|
</SiteLink>
|
||||||
<br />
|
<br />
|
||||||
</div>
|
</div>
|
||||||
<Spacer h={6} />
|
<Spacer h={6} />
|
||||||
<button
|
<button
|
||||||
className="btn btn-lg self-center border-none bg-gradient-to-r from-teal-500 to-green-500 normal-case hover:from-teal-600 hover:to-green-600"
|
className="self-center rounded-md border-none bg-gradient-to-r from-teal-500 to-green-500 py-4 px-6 text-lg font-semibold normal-case text-white hover:from-teal-600 hover:to-green-600"
|
||||||
onClick={firebaseLogin}
|
onClick={firebaseLogin}
|
||||||
>
|
>
|
||||||
Sign up for free
|
Start betting now
|
||||||
</button>{' '}
|
</button>{' '}
|
||||||
</Col>
|
</Col>
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@ export function contractMetrics(contract: Contract) {
|
||||||
? dayjs(resolutionTime).format('MMM D')
|
? dayjs(resolutionTime).format('MMM D')
|
||||||
: undefined
|
: undefined
|
||||||
|
|
||||||
const volumeLabel = `${formatMoney(contract.volume)} volume`
|
const volumeLabel = `${formatMoney(contract.volume)} bet`
|
||||||
|
|
||||||
return { volumeLabel, createdDate, resolvedDate }
|
return { volumeLabel, createdDate, resolvedDate }
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,7 +56,8 @@ export default function Charity(props: {
|
||||||
<Col className="max-w-xl gap-2">
|
<Col className="max-w-xl gap-2">
|
||||||
<Title className="!mt-0" text="Manifold for Good" />
|
<Title className="!mt-0" text="Manifold for Good" />
|
||||||
<div className="mb-6 text-gray-500">
|
<div className="mb-6 text-gray-500">
|
||||||
Donate your winnings to charity! Through the month of May, every M$100 you contribute turns into $1 USD sent to your chosen charity.
|
Donate your winnings to charity! Through the month of May, every
|
||||||
|
M$100 you contribute turns into $1 USD sent to your chosen charity.
|
||||||
<Spacer h={5} />
|
<Spacer h={5} />
|
||||||
Together we've donated over ${Math.floor(totalRaised / 100)} USD so
|
Together we've donated over ${Math.floor(totalRaised / 100)} USD so
|
||||||
far!
|
far!
|
||||||
|
@ -100,8 +101,8 @@ export default function Charity(props: {
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<span className="italic">
|
<span className="italic">
|
||||||
Note: Manifold is not affiliated with any of these charities (other
|
Note: Manifold is not affiliated with non-Featured charities; we're
|
||||||
than being fans of their work!)
|
just fans of their work!
|
||||||
<br />
|
<br />
|
||||||
As Manifold is a for-profit entity, your contributions will not be
|
As Manifold is a for-profit entity, your contributions will not be
|
||||||
tax deductible.
|
tax deductible.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user