diff --git a/web/components/answers/answers-panel.tsx b/web/components/answers/answers-panel.tsx index 08b1373f..56b6a4ab 100644 --- a/web/components/answers/answers-panel.tsx +++ b/web/components/answers/answers-panel.tsx @@ -25,6 +25,9 @@ import { useAdmin } from 'web/hooks/use-admin' import { needsAdminToResolve } from 'web/pages/[username]/[contractSlug]' import { CATEGORY_COLORS } from '../charts/contract/choice' import { useChartAnswers } from '../charts/contract/choice' +import { ChatAlt2Icon, ChatAltIcon } from '@heroicons/react/solid' +import { ChatIcon } from '@heroicons/react/outline' +import { ReplyTo } from '../feed/feed-comments' export function AnswersPanel(props: { contract: FreeResponseContract | MultipleChoiceContract @@ -236,6 +239,16 @@ function OpenAnswer(props: { BUY )} + { + + }
- +
setShowActions(true)} @@ -194,7 +194,7 @@ export function FeedComment(props: {