From ce48016f80d8debf999df651e9574592350436e9 Mon Sep 17 00:00:00 2001 From: ingawei <46611122+ingawei@users.noreply.github.com> Date: Mon, 3 Oct 2022 16:38:10 -0500 Subject: [PATCH] added mana cannot be traded for real money disclaimer in welcome modal (#990) --- web/components/onboarding/welcome.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/web/components/onboarding/welcome.tsx b/web/components/onboarding/welcome.tsx index eb51f2de..2ef24764 100644 --- a/web/components/onboarding/welcome.tsx +++ b/web/components/onboarding/welcome.tsx @@ -1,7 +1,11 @@ import clsx from 'clsx' import { useRouter } from 'next/router' import { useEffect, useState } from 'react' -import { ChevronLeftIcon, ChevronRightIcon } from '@heroicons/react/solid' +import { + ChevronLeftIcon, + ChevronRightIcon, + ExclamationCircleIcon, +} from '@heroicons/react/solid' import { User } from 'common/user' import { useUser } from 'web/hooks/use-user' @@ -171,13 +175,17 @@ function Page2() { the play money you bet with. You can also turn it into a real donation to charity, at a 100:1 ratio.

+ + + Mana can not be traded in for real money. +
Example

When you donate M$1000 to Givewell, Manifold sends them{' '} $10 USD.

-