File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ import Layout from "../components/Layout"
1212import { RoadmapStatus } from "../components/RoadmapStatus"
1313import { withDefaultStaticProps } from "../utils/defaultStaticProps"
1414
15- import AppsHeroDesktop from "../public/illustrations/apps_hero_desktop.png"
16- import AppsHeroMobile from "../public/illustrations/apps_hero_mobile.png"
17-
1815const Roadmap = ( {
1916 features,
2017} : InferGetStaticPropsType < typeof getStaticProps > ) => {
@@ -23,13 +20,7 @@ const Roadmap = ({
2320 return (
2421 < Layout >
2522 < div dir = "ltr" className = "[unicode-bidi:plaintext]" >
26- < Hero
27- homepage
28- safeTextShadow = { false }
29- noHeight
30- desktopImage = { AppsHeroDesktop }
31- mobileImage = { AppsHeroMobile }
32- >
23+ < Hero homepage safeTextShadow = { false } noHeight >
3324 < div className = "grid gap-x-gutter gap-y-16 lg:grid-cols-12" >
3425 < div className = "full-width-bg__inner lg:col-span-5 lg:text-end" >
3526 < h1 className = "h1 mb-8 lg:pt-16" >
You can’t perform that action at this time.
0 commit comments