From dee956f5422fe650be7ff3599875f608b224f6a5 Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Wed, 30 Mar 2022 14:53:04 +1100 Subject: [PATCH] Chap05 -> Using route paramters -> Implementinig more of the question page (fix background-color) --- QandA/frontend/src/QuestionPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QandA/frontend/src/QuestionPage.tsx b/QandA/frontend/src/QuestionPage.tsx index 4c71cd1..0f94f46 100644 --- a/QandA/frontend/src/QuestionPage.tsx +++ b/QandA/frontend/src/QuestionPage.tsx @@ -45,7 +45,7 @@ export const QuestionPage = () => {

{question.content}