Skip to content

Commit

Permalink
make heading element in sequential order
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram Sharan Rimal committed Jan 9, 2025
1 parent a995592 commit a4575b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides/home/carousel/carousel-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ export default function CarouselItem({ item, itemIdx, onTitleClick, shouldProgre
containerProps={{className:`hover:bg-base-lightest padding-x-1 radius-0 border-0 animation--transition ${(selected || shouldProgress)? 'opacity-100':'opacity-50'}`}}>
<ProgressBar shouldProgress={shouldProgress} progressDone={progressDone} progressPercentage={progressPercentage}selected={selected} />
<CardBody className="padding-left-0 position-relative">
<h3 className="tablet:margin-top-1 carousel--title text-bold veda-color--base">
<h2 className="tablet:margin-top-1 carousel--title text-bold veda-color--base">
{item.title}
</h3>
</h2>
<p className="margin-top-2 flex-align-self-stretch">{item.description}</p>
<Button
unstyled={true}
Expand Down

0 comments on commit a4575b5

Please sign in to comment.