We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d1f9c commit 9c961a7Copy full SHA for 9c961a7
src/layouts/md/Roadmap.tsx
@@ -11,13 +11,8 @@ import { ContentLayout } from "../ContentLayout"
11
import { useTranslation } from "@/hooks/useTranslation"
12
import RoadmapHubHeroImage from "@/public/images/heroes/roadmap-hub-hero.jpg"
13
14
-const CardGrid = (props: ChildOnlyProp) => (
15
- <div className="grid grid-cols-1 gap-8 md:grid-cols-2" {...props} />
16
-)
17
-
18
// Roadmap layout components
19
export const roadmapComponents = {
20
- CardGrid,
21
RoadmapActionCard,
22
RoadmapImageContent,
23
}
0 commit comments