refactor: remove useless class

This commit is contained in:
DuroCodes
2024-06-11 18:34:02 -04:00
parent 0deed60247
commit 2349813860

View File

@@ -23,7 +23,7 @@ export default ({ bots }: { bots: Bot[] }) => (
]}
className="w-11/12"
>
<CarouselContent className="-ml-4">
<CarouselContent>
{bots.map((bot) => (
<CarouselItem key={bot.id} className="pl-6 md:basis-1/2">
<BotCard bot={bot} />