Add interactivity for the backend roadmap

This commit is contained in:
Kamran Ahmed
2022-01-09 11:29:03 +04:00
parent a0cb4e2568
commit 0400b1d6c0
145 changed files with 12398 additions and 9279 deletions

View File

@ -1,4 +1,4 @@
import { RoadmapType } from '../../lib/roadmap';
import { isInteractiveRoadmap, RoadmapType } from '../../lib/roadmap';
import { NewAlertBanner } from './new-alert-banner';
import {
Badge,
@ -90,7 +90,7 @@ export function RoadmapPageHeader(props: RoadmapPageHeaderType) {
</Button>
</Stack>
</Flex>
{roadmap.id === 'frontend' && (
{isInteractiveRoadmap(roadmap.id) && (
<Text
mt="30px"
mb={['-37px', '-32px', '-47px']}