diff --git a/web/components/answers/multiple-choice-answers.tsx b/web/components/answers/multiple-choice-answers.tsx index 69f54648..fb0e8d03 100644 --- a/web/components/answers/multiple-choice-answers.tsx +++ b/web/components/answers/multiple-choice-answers.tsx @@ -3,6 +3,7 @@ import Textarea from 'react-expanding-textarea' import { XIcon } from '@heroicons/react/solid' import { Col } from '../layout/col' import { Row } from '../layout/row' +import { Button } from '../button' export function MultipleChoiceAnswers(props: { answers: string[] @@ -25,7 +26,7 @@ export function MultipleChoiceAnswers(props: { return ( {answers.map((answer, i) => ( - + {i + 1}.{' '}