1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 19:53:11 +03:00

add what's new sidebar

This commit is contained in:
Shawn Allen 2018-12-04 22:25:49 -08:00
parent 7448568234
commit 1b66c6bfaa

View File

@ -30,6 +30,9 @@ export default function SideNav(props) {
<RouteMatch path="/css/tools"> <RouteMatch path="/css/tools">
<Section path="/css/tools" /> <Section path="/css/tools" />
</RouteMatch> </RouteMatch>
<RouteMatch path="/css/whats-new">
<Section path="/css/whats-new" />
</RouteMatch>
<RouteMatch path="/css"> <RouteMatch path="/css">
<Section path="/css/support" /> <Section path="/css/support" />
<Section path="/css/utilities" /> <Section path="/css/utilities" />