diff --git a/src/web/questions/pages/QuestionPage.tsx b/src/web/questions/pages/QuestionPage.tsx index 53a4ae3..58334f5 100644 --- a/src/web/questions/pages/QuestionPage.tsx +++ b/src/web/questions/pages/QuestionPage.tsx @@ -1,4 +1,5 @@ import { GetServerSideProps, NextPage } from "next"; +import { FaExternalLinkAlt } from "react-icons/fa"; import ReactMarkdown from "react-markdown"; import { Query } from "../../common/Query"; @@ -46,11 +47,12 @@ const QuestionCardContents: React.FC<{