diff --git a/docs/app/components/layout/main/components/appbar.jsx b/docs/app/components/layout/main/components/appbar.jsx index 9c75628c..a514cb36 100644 --- a/docs/app/components/layout/main/components/appbar.jsx +++ b/docs/app/components/layout/main/components/appbar.jsx @@ -3,19 +3,19 @@ import { AppBar, Button } from 'react-toolbox'; import { Link } from 'react-router'; import Logo from '../../../logo'; import Navigation from '../../../navigation'; -import PlaygroundArea from '../playground_area'; +// import PlaygroundArea from '../playground_area'; import style from './appbar.scss'; class MainAppBar extends React.Component { handlerPlayGroundClick = () => { - this.refs.playground.show(); + // this.refs.playground.show(); } render () { return ( - - React Toolbox + +