updated email editor message
Some checks failed
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled

This commit is contained in:
Zai Shi 2024-10-29 18:21:20 -07:00
parent 3c6a84ac20
commit 5fae66beed

View File

@ -22,7 +22,7 @@ export default function TextSidebarPanel({ data, setData }: TextSidebarPanelProp
};
return (
<BaseSidebarPanel title="Text block" tooltip="You can use the markdown link syntax [text](url) to create a hyperlink.">
<BaseSidebarPanel title="Text block" tooltip="You can use the markdown link syntax [text](url) to create a hyperlink and use the **bold** to make text bold.">
<TextInput
label="Content"
rows={5}