Skip to content

Commit

Permalink
πŸ› Fix typo #2540 (#2541)
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia authored Sep 25, 2024
1 parent ba5ed10 commit 8d9cd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/core/Carousel/CarouselIframeItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type CarouselIframeItemProps = {
} & IFrameCarouselItemData &
Omit<HTMLAttributes<HTMLLIElement>, 'title'>

export const CarouselIframeItem = forwardRef<HTMLLIElement, CarouselIframeItemProps>(function CarouselVideoItem(
export const CarouselIframeItem = forwardRef<HTMLLIElement, CarouselIframeItemProps>(function CarouselIframeItem(
{
title,
description,
Expand Down

0 comments on commit 8d9cd25

Please sign in to comment.