Skip to content

Commit

Permalink
feat: 라벨 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovico7 committed Nov 22, 2024
1 parent 16aa9c5 commit f5c9221
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions client/src/constants/option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ export const OPTION_CATEGORIES = {
id: "type",
label: "전환",
options: [
{ id: "p", label: "p" },
{ id: "h1", label: "h1" },
{ id: "h2", label: "h2" },
{ id: "h3", label: "h3" },
{ id: "ul", label: "ul" },
{ id: "ol", label: "ol" },
{ id: "checkbox", label: "checkbox" },
{ id: "blockquote", label: "blockquote" },
{ id: "p", label: "기본" },
{ id: "h1", label: "제목 1" },
{ id: "h2", label: "제목 2" },
{ id: "h3", label: "제목 3" },
{ id: "ul", label: "리스트" },
{ id: "ol", label: "순서 리스트" },
{ id: "checkbox", label: "체크박스" },
{ id: "blockquote", label: "인용문" },
] as { id: ElementType; label: string }[],
},
ANIMATION: {
Expand Down

0 comments on commit f5c9221

Please sign in to comment.