From 8e37d5761b30ff677505e8509547a725ff211bba Mon Sep 17 00:00:00 2001 From: Vyacheslav Matyukhin Date: Fri, 29 Apr 2022 22:14:11 +0400 Subject: [PATCH] feat: icon and hover highlight for external link --- src/web/questions/pages/QuestionPage.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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<{

- {question.title} + {question.title}{" "} +