mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
refactor: remove useless class
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user