"A market for every question"

This commit is contained in:
mantikoros 2022-04-06 13:20:16 -05:00
parent a524b952ee
commit e3800612ea

View File

@ -9,23 +9,23 @@ function MyApp({ Component, pageProps }: AppProps) {
return ( return (
<> <>
<Head> <Head>
<title>Manifold Markets A market for every prediction</title> <title>Manifold Markets A market for every question</title>
<meta <meta
property="og:title" property="og:title"
name="twitter:title" name="twitter:title"
content="Manifold Markets — A market for every prediction" content="Manifold Markets — A market for every question"
key="title" key="title"
/> />
<meta <meta
name="description" name="description"
content="Manifold Markets lets you create a prediction market in under two minutes. Come trade on politics, memes, or anything that comes to mind." content="Manifold Markets lets you create a market on any question. Sign up in 30 seconds and start trading on politics, sports, or anything that interests you."
key="description1" key="description1"
/> />
<meta <meta
property="og:description" property="og:description"
name="twitter:description" name="twitter:description"
content="Manifold Markets lets you create a prediction market in under two minutes. Come trade on politics, memes, or anything that comes to mind." content="Manifold Markets lets you create a market on any question. Sign up in 30 seconds and start trading on politics, sports, or anything that interests you."
key="description2" key="description2"
/> />
<meta property="og:url" content="https://manifold.markets" key="url" /> <meta property="og:url" content="https://manifold.markets" key="url" />