No answers yet...
) : (
-
+
None of the above:{' '}
{formatPercent(getOutcomeProbability(contract.totalShares, '0'))}
diff --git a/web/components/answers/create-answer-panel.tsx b/web/components/answers/create-answer-panel.tsx
index 28596521..8e5b88a8 100644
--- a/web/components/answers/create-answer-panel.tsx
+++ b/web/components/answers/create-answer-panel.tsx
@@ -73,7 +73,7 @@ export function CreateAnswerPanel(props: { contract: Contract }) {
const currentReturnPercent = (currentReturn * 100).toFixed() + '%'
return (
-
+
Add your answer
{text && (
<>
-
-
Buy amount
+
+
Buy amount
-
+
Probability
{formatPercent(0)}
@@ -115,8 +115,8 @@ export function CreateAnswerPanel(props: { contract: Contract }) {
-
-
+
+
Payout if chosen
-
+
{formatMoney(currentPayout)}
diff --git a/web/components/bet-panel.tsx b/web/components/bet-panel.tsx
index ec3e7cfc..03b3e34a 100644
--- a/web/components/bet-panel.tsx
+++ b/web/components/bet-panel.tsx
@@ -157,8 +157,8 @@ export function BetPanel(props: {
contractIdForLoan={contract.id}
/>
-
-
+
+
Probability
{formatPercent(initialProb)}
@@ -167,8 +167,8 @@ export function BetPanel(props: {
-
-
+
+
Payout if
@@ -182,7 +182,7 @@ export function BetPanel(props: {
)} ${betChoice} shares`}
/>
-
+
{formatMoney(currentPayout)}
diff --git a/web/components/fast-fold-following.tsx b/web/components/fast-fold-following.tsx
index db0bd105..577719b6 100644
--- a/web/components/fast-fold-following.tsx
+++ b/web/components/fast-fold-following.tsx
@@ -32,7 +32,7 @@ function FollowFoldButton(props: {
className={clsx(
'rounded-full border-2 px-4 py-1 shadow-md',
'cursor-pointer',
- followed ? 'bg-gray-300 border-gray-300' : 'bg-white'
+ followed ? 'border-gray-300 bg-gray-300' : 'bg-white'
)}
onClick={onClick}
>
diff --git a/web/pages/add-funds.tsx b/web/pages/add-funds.tsx
index 2ecf6317..339be265 100644
--- a/web/pages/add-funds.tsx
+++ b/web/pages/add-funds.tsx
@@ -19,10 +19,10 @@ export default function AddFundsPage() {
-
+
Answer type
-