diff --git a/web/components/challenges/create-challenge-button.tsx b/web/components/challenges/create-challenge-button.tsx index 848e8398..7276a9ee 100644 --- a/web/components/challenges/create-challenge-button.tsx +++ b/web/components/challenges/create-challenge-button.tsx @@ -119,7 +119,6 @@ function CreateChallengeForm(props: { {/*<Row className="label ">How much?</Row>*/} <div className="mt-2 flex flex-col flex-wrap gap-x-5 gap-y-2"> - <div>Question:</div> <div className="mb-4 italic">{contract.question}</div> <div>You are betting:</div> @@ -223,7 +222,7 @@ function CreateChallengeForm(props: { isCreating ? 'disabled' : '' )} > - Create + Continue </Button> </Row> <Row className={'text-error'}>{error} </Row>