Change urls, titles / metatags, landing page
This commit is contained in:
parent
0c9984287c
commit
b928d0e70c
|
@ -26,7 +26,7 @@ Resolution: ${toDisplayResolution[resolution]}
|
||||||
Your payout is M$ ${Math.round(payout)}
|
Your payout is M$ ${Math.round(payout)}
|
||||||
|
|
||||||
View the market here:
|
View the market here:
|
||||||
https://mantic.markets/${creator.username}/${contract.slug}
|
https://manifold.markets/${creator.username}/${contract.slug}
|
||||||
`
|
`
|
||||||
await sendEmail(user.email, subject, body)
|
await sendEmail(user.email, subject, body)
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Mantic Markets web
|
# Manifold Markets web
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ export function SEO(props: {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Head>
|
<Head>
|
||||||
<title>{title} | Mantic Markets</title>
|
<title>{title} | Manifold Markets</title>
|
||||||
|
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
|
@ -29,7 +29,7 @@ export function SEO(props: {
|
||||||
{url && (
|
{url && (
|
||||||
<meta
|
<meta
|
||||||
property="og:url"
|
property="og:url"
|
||||||
content={'https://mantic.markets' + url}
|
content={'https://manifold.markets' + url}
|
||||||
key="url"
|
key="url"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -35,7 +35,7 @@ export const ContractOverview = (props: {
|
||||||
? `Resolved ${resolution}!`
|
? `Resolved ${resolution}!`
|
||||||
: `Resolved ${resolution} by ${creatorName}:`
|
: `Resolved ${resolution} by ${creatorName}:`
|
||||||
: `Currently ${probPercent} chance, place your bets here:`
|
: `Currently ${probPercent} chance, place your bets here:`
|
||||||
const url = `https://mantic.markets${path(contract)}`
|
const url = `https://manifold.markets${path(contract)}`
|
||||||
const tweetText = `${tweetQuestion}\n\n${tweetDescription}\n\n${url}`
|
const tweetText = `${tweetQuestion}\n\n${tweetDescription}\n\n${url}`
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -6,32 +6,32 @@ function MyApp({ Component, pageProps }: AppProps) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Mantic Markets</title>
|
<title>Manifold Markets</title>
|
||||||
|
|
||||||
<meta
|
<meta
|
||||||
property="og:title"
|
property="og:title"
|
||||||
name="twitter:title"
|
name="twitter:title"
|
||||||
content="Mantic Markets"
|
content="Manifold Markets"
|
||||||
key="title"
|
key="title"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Mantic Markets is creating better forecasting through user-created prediction markets."
|
content="Manifold Markets is creating better forecasting through user-created prediction markets."
|
||||||
key="description1"
|
key="description1"
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
name="twitter:description"
|
name="twitter:description"
|
||||||
content="Mantic Markets is creating better forecasting through user-created prediction markets."
|
content="Manifold Markets is creating better forecasting through user-created prediction markets."
|
||||||
key="description2"
|
key="description2"
|
||||||
/>
|
/>
|
||||||
<meta property="og:url" content="https://mantic.markets" key="url" />
|
<meta property="og:url" content="https://manifold.markets" key="url" />
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta name="twitter:site" content="@manticmarkets" />
|
<meta name="twitter:site" content="@manifoldmarkets" />
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image"
|
||||||
name="twitter:image"
|
name="twitter:image"
|
||||||
content="https://mantic.markets/logo-cover.png"
|
content="https://manifold.markets/logo-cover.png"
|
||||||
/>
|
/>
|
||||||
</Head>
|
</Head>
|
||||||
|
|
||||||
|
|
|
@ -94,7 +94,7 @@ function FeaturesSection() {
|
||||||
{
|
{
|
||||||
name: 'Play money, real results',
|
name: 'Play money, real results',
|
||||||
description:
|
description:
|
||||||
'Get accurate predictions by betting with Mantic Dollars, our virtual currency.',
|
'Get accurate predictions by betting with Manifold Dollars, our virtual currency.',
|
||||||
icon: LightningBoltIcon,
|
icon: LightningBoltIcon,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -117,7 +117,7 @@ function FeaturesSection() {
|
||||||
<div className="max-w-7xl mx-auto px-6 lg:px-8">
|
<div className="max-w-7xl mx-auto px-6 lg:px-8">
|
||||||
<div className="lg:text-center">
|
<div className="lg:text-center">
|
||||||
<h2 className="text-base text-teal-600 font-semibold tracking-wide uppercase">
|
<h2 className="text-base text-teal-600 font-semibold tracking-wide uppercase">
|
||||||
Mantic Markets
|
Manifold Markets
|
||||||
</h2>
|
</h2>
|
||||||
<p className="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
|
<p className="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
|
||||||
Better forecasting for everyone
|
Better forecasting for everyone
|
||||||
|
|
Loading…
Reference in New Issue
Block a user