diff options
Diffstat (limited to 'packages/gitbook-plugin-theme-default/src/components/Toolbar.js')
-rw-r--r-- | packages/gitbook-plugin-theme-default/src/components/Toolbar.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-theme-default/src/components/Toolbar.js b/packages/gitbook-plugin-theme-default/src/components/Toolbar.js index de89f97..9a60ff4 100644 --- a/packages/gitbook-plugin-theme-default/src/components/Toolbar.js +++ b/packages/gitbook-plugin-theme-default/src/components/Toolbar.js @@ -16,7 +16,9 @@ const Toolbar = React.createClass({ render() { return ( <div className="Toolbar book-toolbar"> - <button onClick={this.onToggle}>Toggle</button> + <GitBook.Button onClick={this.onToggle}> + <GitBook.Icon id="align-justify" /> + </GitBook.Button> <GitBook.InjectedComponentSet matching={{ role: 'toolbar:buttons:left' }} /> <GitBook.InjectedComponentSet matching={{ role: 'toolbar:buttons:right' }} /> </div> |