Skip to content

Commit

Permalink
🐛 fix merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle committed Feb 18, 2025
1 parent b26bf5e commit 2360ec2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
3 changes: 0 additions & 3 deletions web/core/Carousel/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ type CarouselProps = {
autoRotation?: boolean
hasSectionTitle?: boolean
title?: PortableTextBlock[]
/* The component to use to display default carousel item */
defaultItemContainer?: React.JSXElementConstructor<React.HTMLAttributes<HTMLElement>>
} & Omit<HTMLAttributes<HTMLDivElement>, 'title'>

const TRANSLATE_X_AMOUNT_LG = 1000
Expand All @@ -90,7 +88,6 @@ export const Carousel = forwardRef<HTMLElement, CarouselProps>(function Carousel
className = '',
listClassName = '',
hasSectionTitle = false,
defaultItemContainer: DefaultItemContainer,
},
ref,
) {
Expand Down
40 changes: 0 additions & 40 deletions web/core/Carousel/CarouselDefaultItem.tsx

This file was deleted.

0 comments on commit 2360ec2

Please sign in to comment.