From a8bcb5e2224b259036f4c2c41f7055e24b87e1de Mon Sep 17 00:00:00 2001
From: ingawei
Date: Mon, 3 Oct 2022 14:15:18 -0700
Subject: [PATCH] added mana cannot be traded for real money disclaimer in
welcome modal
---
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.