mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-29 09:59:48 +02:00
Change B to I in code example (#3256)
Fixes a ridiculously small typo in the rendering code example.
This commit is contained in:
committed by
Ian Storm Taylor
parent
5c37bfc024
commit
6aae94156b
@@ -127,7 +127,7 @@ const Toolbar = () => {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Button active={isBoldActive(editor)}>B</Button>
|
<Button active={isBoldActive(editor)}>B</Button>
|
||||||
<Button active={isItalicActive(editor)}>B</Button>
|
<Button active={isItalicActive(editor)}>I</Button>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user