1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 16:41:24 +02:00

Update copy

This commit is contained in:
Kamran Ahmed
2020-01-29 09:43:24 +05:00
parent cb694018f9
commit 7acae86a00

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 (