Update copy

This commit is contained in:
Kamran Ahmed
2020-01-29 09:43:24 +05:00
parent d84800fcaf
commit 8eccfd22e3

View File

@ -43,7 +43,7 @@ const DetailedRoadmap = ({ roadmap }) => {
<ul> <ul>
{ sidebar[groupTitle].map(page => { { sidebar[groupTitle].map(page => {
const isActivePage = page.url === currentPage.url; 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`; const isSummaryPage = page.url === `${currentPage.url}/landscape`;
return ( return (