From 85b5ee5cbc10b0024afcb54a6645b5658e0bc1ea Mon Sep 17 00:00:00 2001 From: James Grugett Date: Thu, 6 Jan 2022 12:48:30 -0600 Subject: [PATCH] Rename to Manifold Markets! (#19) * Update logo and about page to manifold * Change urls, titles / metatags, landing page --- README.md | 3 ++- functions/src/emails.ts | 2 +- web/README.md | 2 +- web/components/SEO.tsx | 4 ++-- web/components/contract-overview.tsx | 2 +- web/components/mantic-logo.tsx | 4 ++-- web/components/profile-menu.tsx | 2 +- web/pages/_app.tsx | 14 ++++++------ web/pages/about.tsx | 34 +++++++++++++++------------- web/pages/landing-page.tsx | 4 ++-- 10 files changed, 37 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index c21c87ac..496fa34c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # mantic -Mantic Markets + +Manifold Markets diff --git a/functions/src/emails.ts b/functions/src/emails.ts index ba4874d3..0f85638f 100644 --- a/functions/src/emails.ts +++ b/functions/src/emails.ts @@ -26,7 +26,7 @@ Resolution: ${toDisplayResolution[resolution]} Your payout is M$ ${Math.round(payout)} View the market here: -https://mantic.markets/${creator.username}/${contract.slug} +https://manifold.markets/${creator.username}/${contract.slug} ` await sendEmail(user.email, subject, body) } diff --git a/web/README.md b/web/README.md index ff9d1ec0..e16f0e9c 100644 --- a/web/README.md +++ b/web/README.md @@ -1,4 +1,4 @@ -# Mantic Markets web +# Manifold Markets web ## Getting Started diff --git a/web/components/SEO.tsx b/web/components/SEO.tsx index 6e4b76b6..e8d6547f 100644 --- a/web/components/SEO.tsx +++ b/web/components/SEO.tsx @@ -10,7 +10,7 @@ export function SEO(props: { return ( - {title} | Mantic Markets + {title} | Manifold Markets )} diff --git a/web/components/contract-overview.tsx b/web/components/contract-overview.tsx index e044ec18..6eff1bda 100644 --- a/web/components/contract-overview.tsx +++ b/web/components/contract-overview.tsx @@ -35,7 +35,7 @@ export const ContractOverview = (props: { ? `Resolved ${resolution}!` : `Resolved ${resolution} by ${creatorName}:` : `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}` return ( diff --git a/web/components/mantic-logo.tsx b/web/components/mantic-logo.tsx index 904844cb..070838dc 100644 --- a/web/components/mantic-logo.tsx +++ b/web/components/mantic-logo.tsx @@ -14,11 +14,11 @@ export function ManticLogo(props: { darkBackground?: boolean }) { />
- Mantic Markets + Manifold Markets
diff --git a/web/components/profile-menu.tsx b/web/components/profile-menu.tsx index b5e88d43..2c8ad379 100644 --- a/web/components/profile-menu.tsx +++ b/web/components/profile-menu.tsx @@ -67,7 +67,7 @@ function ProfileSummary(props: { user: User }) {
-
+
{user.name}
{formatMoney(user.balance)}
diff --git a/web/pages/_app.tsx b/web/pages/_app.tsx index 1448a27e..b9c8d164 100644 --- a/web/pages/_app.tsx +++ b/web/pages/_app.tsx @@ -6,32 +6,32 @@ function MyApp({ Component, pageProps }: AppProps) { return ( <> - Mantic Markets + Manifold Markets - + - + diff --git a/web/pages/about.tsx b/web/pages/about.tsx index 1f5d9666..d3421020 100644 --- a/web/pages/about.tsx +++ b/web/pages/about.tsx @@ -42,7 +42,7 @@ function Contents() {

About


- Mantic Markets is creating better forecasting through user-created + Manifold Markets is creating better forecasting through user-created prediction markets.

@@ -77,7 +77,9 @@ function Contents() { . This is the power of prediction markets!

-

How does Mantic Markets work?

+

+ How does Manifold Markets work? +

  1. @@ -96,7 +98,7 @@ function Contents() {

  2. - Anyone can bet on a market using Mantic Dollars (M$), our platform + Anyone can bet on a market using Manifold Dollars (M$), our platform currency.
  3. @@ -104,15 +106,15 @@ function Contents() {

    You get M$ 1,000 just for signing up, so you can start betting immediately! When a market creator decides an outcome in your favor, - you'll win Mantic Dollars from people who bet against you. + you'll win Manifold Dollars from people who bet against you.

    {/*

    If you run out of money, you can purchase more at a rate of $1 USD to M$ - 100. (Note that Mantic Dollars are not convertible to cash and can only + 100. (Note that Manifold Dollars are not convertible to cash and can only be used within our platform.)

    */}