Skip to content

Commit 9c961a7

Browse files
committed
chore: rm unused CardGrid from roadmap layout
1 parent 80d1f9c commit 9c961a7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/layouts/md/Roadmap.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@ import { ContentLayout } from "../ContentLayout"
1111
import { useTranslation } from "@/hooks/useTranslation"
1212
import RoadmapHubHeroImage from "@/public/images/heroes/roadmap-hub-hero.jpg"
1313

14-
const CardGrid = (props: ChildOnlyProp) => (
15-
<div className="grid grid-cols-1 gap-8 md:grid-cols-2" {...props} />
16-
)
17-
1814
// Roadmap layout components
1915
export const roadmapComponents = {
20-
CardGrid,
2116
RoadmapActionCard,
2217
RoadmapImageContent,
2318
}

0 commit comments

Comments
 (0)