Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Jan 29, 2024
1 parent 698424e commit 4623513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/screens/deck-form/card-form-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const CardFormView = observer((props: Props) => {
)}

<Label text={t("card_field_example_title")}>
<WysiwygField field={cardForm.back} />
<WysiwygField field={cardForm.example} />
<HintTransparent>{t("card_field_example_hint")}</HintTransparent>
</Label>
</>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/wysiwyg-field/wysiwig-field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const BtnMiddleHeader = createButton(
);

const BtnSmallHeader = createButton(
"Middle header",
"Small header",
<i className={"mdi mdi-format-header-6"} />,
() => {
document.execCommand("formatBlock", false, "h6");
Expand Down

0 comments on commit 4623513

Please sign in to comment.