Skip to content

Commit

Permalink
fix: page name 대소문자 이슈 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
joo-prog committed Feb 10, 2023
1 parent e3d6f25 commit e8dad36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Admin/AdminEditFaq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function AdminEditFaq() {
return (
<div className="container">
<Heading as="h3" className="pageTitle">
{PAGE.EDIT_Faq}
{PAGE.EDIT_FAQ}
</Heading>
<AdminCreateEditForm mode="faq" data={data} onFaqMutate={onFaqMutate} />
</div>
Expand Down

0 comments on commit e8dad36

Please sign in to comment.