Skip to content

Commit d94988f

Browse files
committed
style: remove flex
1 parent 7b81b54 commit d94988f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/carousel/variants/carousel-top-titles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default function CarouselTopTitles({ posts, category }: Props) {
5252
>
5353
<Carousel ref={carousel.carouselRef} {...carousel.carouselSettings}>
5454
{posts.map((post: any) => (
55-
<Box key={`${category}-${post.id}`} sx={{ px: 0.75, display: 'flex !important' }}>
55+
<Box key={`${category}-${post.id}`} sx={{ px: 0.75, /*display: 'flex !important'*/ }}>
5656
<PosterTopTitles post={post} />
5757
</Box>
5858
))}

0 commit comments

Comments
 (0)