Commit be088b95 authored by Paul Kaplan's avatar Paul Kaplan

Fix tab ordering

parent 27bdabcf
......@@ -19,15 +19,15 @@ const StudioTabNav = () => {
</NavLink>
<NavLink
activeClassName="active"
to={`${base}/curators`}
to={`${base}/comments`}
>
<li>Curators</li>
<li>Comments</li>
</NavLink>
<NavLink
activeClassName="active"
to={`${base}/comments`}
to={`${base}/curators`}
>
<li> Comments</li>
<li>Curators</li>
</NavLink>
<NavLink
activeClassName="active"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment