- By default all markets are play money and use mana. These markets allow
- you to win more mana but do not award any prizes which can be cashed out.
+ By default all markets are play money and use mana . These
+ markets allow you to win more mana but do not award any prizes which can
+ be cashed out.
- Selected markets will have a sweepstakes toggle. These require sweepcash
- to participate and allow winners to withdraw any sweepcash won to real
- money.
+ Selected markets will have a sweepstakes toggle. These require sweepcash{' '}
+
+ to participate and allow winners who predict correctly to withdraw
+ sweepcash won to real money. You can filter for sweepstakes markets on the browse page.
- As play money and sweepstakes markets are independent of each other, they
- may have different odds even though they share the same question and
- comments.
+ Redeem your {SWEEPIES_NAME} won from markets at{' '}
+
+ {'→'}{' '}
+ $1.00
+
+ , minus a {CHARITY_FEE * 100}% fee.
+
Date: Fri, 20 Sep 2024 12:10:26 -0700
Subject: [PATCH 7/8] make howtowincash shorter
---
web/components/explainer-panel.tsx | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/web/components/explainer-panel.tsx b/web/components/explainer-panel.tsx
index 7e6f6c25ef..94fc7d72c3 100644
--- a/web/components/explainer-panel.tsx
+++ b/web/components/explainer-panel.tsx
@@ -149,18 +149,16 @@ const Sweepstakes = ({
onClick={() => onClick('Are our forecasts accurate?')}
>
- There are two types of markets on Manifold: play money and sweepstakes.
+ Manifold offers two market types: play money and sweepstakes.
- By default all markets are play money and use mana . These
- markets allow you to win more mana but do not award any prizes which can
- be cashed out.
+ All questions include a play money market which uses mana and can't be cashed out.
Selected markets will have a sweepstakes toggle. These require sweepcash{' '}
- to participate and allow winners who predict correctly to withdraw
- sweepcash won to real money. You can filter for sweepstakes markets on the browse page.
+ to participate and winners can withdraw
+ sweepcash as a cash prize. You can filter for sweepstakes markets on the browse page.
Redeem your {SWEEPIES_NAME} won from markets at{' '}
From 8a8a5f522efd273e6f836a2143f388fd522bbd47 Mon Sep 17 00:00:00 2001
From: David Chee
Date: Fri, 20 Sep 2024 12:15:35 -0700
Subject: [PATCH 8/8] update explainer panel icons
---
web/components/explainer-panel.tsx | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/web/components/explainer-panel.tsx b/web/components/explainer-panel.tsx
index 94fc7d72c3..0d630b9f54 100644
--- a/web/components/explainer-panel.tsx
+++ b/web/components/explainer-panel.tsx
@@ -26,6 +26,7 @@ import {
} from 'common/util/format'
import { ManaCoin } from 'web/public/custom-components/manaCoin'
import { CoinNumber } from './widgets/coin-number'
+import { GiTakeMyMoney } from 'react-icons/gi'
export const ExplainerPanel = (props: {
className?: string
@@ -86,10 +87,9 @@ const WhatIsManifold = ({
}) => (
- {' '}
- What is Manifold?
-
+ <>
+ What is Manifold?
+ >
}
onClick={() => onClick('What is Manifold?')}
>
@@ -143,7 +143,7 @@ const Sweepstakes = ({
- How do I win cash prizes?
+ How do I win cash prizes?
>
}
onClick={() => onClick('Are our forecasts accurate?')}
@@ -152,13 +152,14 @@ const Sweepstakes = ({
Manifold offers two market types: play money and sweepstakes.
- All questions include a play money market which uses mana and can't be cashed out.
+ All questions include a play money market which uses mana and
+ can't be cashed out.
Selected markets will have a sweepstakes toggle. These require sweepcash{' '}
- to participate and winners can withdraw
- sweepcash as a cash prize. You can filter for sweepstakes markets on the browse page.
+ to participate and winners can withdraw sweepcash as a cash prize.
+ You can filter for sweepstakes markets on the browse page.
Redeem your {SWEEPIES_NAME} won from markets at{' '}