mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Fix tab ordering
This commit is contained in:
parent
27bdabcfeb
commit
be088b9513
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue