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

@ -118,6 +118,10 @@ export function InteractiveRoadmapRenderer(props: RoadmapProps) {
minHeight = ['970px', '970px', '2100px', '2800px', '2800px'];
}
if (roadmap.id === 'backend') {
minHeight = ['870px', '1130px', '1900px', '2500px', '2520px', '2520px'];
}
return (
<Container maxW={'container.lg'} position="relative" minHeight={minHeight}>
{(isLoading || isRendering) && <RoadmapLoader />}