From 2349813860530fdf297d908d465d027c8195f8b6 Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Tue, 11 Jun 2024 18:34:02 -0400 Subject: [PATCH] refactor: remove useless class --- src/components/BotCarousel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BotCarousel.tsx b/src/components/BotCarousel.tsx index 9a62313ec..8b45aba02 100644 --- a/src/components/BotCarousel.tsx +++ b/src/components/BotCarousel.tsx @@ -23,7 +23,7 @@ export default ({ bots }: { bots: Bot[] }) => ( ]} className="w-11/12" > - + {bots.map((bot) => (