From 24324ad80421eddeac420cd36aa283f52cbcf489 Mon Sep 17 00:00:00 2001 From: HTMLhead Date: Thu, 15 Dec 2022 12:52:22 +0900 Subject: [PATCH] =?UTF-8?q?:label:=20faq=20course=ED=83=80=EC=9E=85=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FAQ/FAQ.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FAQ/FAQ.tsx b/src/components/FAQ/FAQ.tsx index 68e8e300..fbb29fec 100644 --- a/src/components/FAQ/FAQ.tsx +++ b/src/components/FAQ/FAQ.tsx @@ -11,7 +11,7 @@ import { SUBTITLE, TITLE } from "assets/static/phrases"; import { strainMdxInfo } from "lib/utils"; type IFaq = { - course?: "masters" | "javascript" | "pre-course"; + course?: "masters" | "javascript" | "pre-course" | "clean-frontend"; }; const FAQ: React.FC = ({ course }) => {