We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b81b54 commit d94988fCopy full SHA for d94988f
src/components/carousel/variants/carousel-top-titles.tsx
@@ -52,7 +52,7 @@ export default function CarouselTopTitles({ posts, category }: Props) {
52
>
53
<Carousel ref={carousel.carouselRef} {...carousel.carouselSettings}>
54
{posts.map((post: any) => (
55
- <Box key={`${category}-${post.id}`} sx={{ px: 0.75, display: 'flex !important' }}>
+ <Box key={`${category}-${post.id}`} sx={{ px: 0.75, /*display: 'flex !important'*/ }}>
56
<PosterTopTitles post={post} />
57
</Box>
58
))}
0 commit comments