Update copy

pull/1657/head
Kamran Ahmed 5 years ago
parent cb694018f9
commit 7acae86a00
  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