Mark selected page in toolbar
Reviewed By: danielbuechele Differential Revision: D6976597 fbshipit-source-id: 280623b4dbf18eb008da846077fc8f5277eccc09
This commit is contained in:
committed by
Facebook Github Bot
parent
96a87a811d
commit
b6a13ce43a
@@ -31,8 +31,8 @@ export default class Toolbar extends Component<Props> {
|
||||
/>
|
||||
</Link>
|
||||
|
||||
<Link to="/docs">Docs</Link>
|
||||
<Link to="/playground">Playground</Link>
|
||||
<Link to="/docs" activeClassName="selected">Documentation</Link>
|
||||
<Link to="/playground" activeClassName="selected">Playground</Link>
|
||||
<a href="https://github.com/facebook/yoga">GitHub</a>
|
||||
|
||||
{this.props.onShowCode && (
|
||||
|
Reference in New Issue
Block a user