Skip to content

Commit

Permalink
remove special character
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram Sharan Rimal committed Jan 9, 2025
1 parent 61d2cd6 commit a92edae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/home/carousel/carousel-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function CarouselItem({ item, itemIdx, onTitleClick, shouldProgre
aria-selected={selected.toString()}
aria-label={`Slide ${itemIdx+1}`}
aria-controls={`carousel-item-${itemIdx + 1}`}
containerProps={{className:`padding-x-1 radius-0 border-0 animation--transition ${(selected || shouldProgress)? 'opacity-100':'opacity-83'} `}}>
containerProps={{className:`padding-x-1 radius-0 border-0 animation--transition ${(selected || shouldProgress)? 'opacity-100':'opacity-83'} `}}>
<ProgressBar shouldProgress={shouldProgress} progressDone={progressDone} progressPercentage={progressPercentage}selected={selected} />
<CardBody className="padding-left-0 position-relative">
<h2 className="tablet:margin-top-1 carousel--title text-bold veda-color--base">
Expand Down

0 comments on commit a92edae

Please sign in to comment.