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 81b188b commit 025578fCopy full SHA for 025578f
src/components/Roadmap/RoadmapActionCard/RoadmapActionCard.stories.tsx
@@ -1,8 +1,6 @@
1
import { Box, SimpleGrid } from "@chakra-ui/react"
2
import type { Meta, StoryObj } from "@storybook/react"
3
4
-import { ContentContainer } from "@/components/MdComponents"
5
-
6
import RoadmapActionCardComponent from "."
7
8
const meta = {
@@ -11,11 +9,11 @@ const meta = {
11
9
decorators: [
12
10
(Story) => (
13
<Box maxW="1008px">
14
- <ContentContainer>
+ <div>
15
<SimpleGrid columns={{ base: 1, md: 2 }} spacing={8}>
16
<Story />
17
</SimpleGrid>
18
- </ContentContainer>
+ </div>
19
</Box>
20
),
21
],
0 commit comments