Skip to content

Commit

Permalink
🏷️ faq course타입 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HTMLhead committed Dec 15, 2022
1 parent 6133450 commit 24324ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FAQ/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<IFaq> = ({ course }) => {
Expand Down

0 comments on commit 24324ad

Please sign in to comment.