Update copy

pull/1331/head
Kamran Ahmed 5 years ago
parent d84800fcaf
commit 8eccfd22e3
  1. 2
      components/detailed-roadmap/index.js

@ -43,7 +43,7 @@ const DetailedRoadmap = ({ roadmap }) => {
<ul>
{ sidebar[groupTitle].map(page => {
const isActivePage = page.url === currentPage.url;
// e.g. /frontend should mark `/frontend/summary` as active
// e.g. /frontend should mark `/frontend/landscape` as active
const isSummaryPage = page.url === `${currentPage.url}/landscape`;
return (

Loading…
Cancel
Save