Skip to content

Commit 8028e16

Browse files
authored
Merge pull request #14592 from plvzfq-rit/migrate-stakingguides-to-shadcn
Migrate Staking Guides to shadcn
2 parents b2f0112 + 2214d45 commit 8028e16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Staking/StakingGuides.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { useTranslation } from "next-i18next"
2-
import { Stack } from "@chakra-ui/react"
32

43
import CardList, { type CardListItem } from "@/components/CardList"
54

@@ -29,7 +28,7 @@ const StakingGuides = () => {
2928
},
3029
]
3130

32-
return <Stack as={CardList} direction="column" gap={4} items={guides} />
31+
return <CardList className="flex flex-col gap-4" items={guides} />
3332
}
3433

3534
export default StakingGuides

0 commit comments

Comments
 (0)