diff --git a/web/components/feed/feed-comments.tsx b/web/components/feed/feed-comments.tsx index dbaccde5..55bfe0f6 100644 --- a/web/components/feed/feed-comments.tsx +++ b/web/components/feed/feed-comments.tsx @@ -23,6 +23,7 @@ import { BetStatusText } from 'web/components/feed/feed-bets' import { Col } from 'web/components/layout/col' import { getProbability } from 'common/calculate' import { LoadingIndicator } from 'web/components/loading-indicator' +import { PaperAirplaneIcon } from '@heroicons/react/outline' export function FeedCommentThread(props: { contract: Contract @@ -53,13 +54,20 @@ export function FeedCommentThread(props: { if (showReply && inputRef) inputRef.focus() }, [inputRef, showReply]) return ( -
+