mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
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
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:
parent
3c6a84ac20
commit
5fae66beed
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user