Skip to content

Commit

Permalink
add li inside ul element
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram Sharan Rimal committed Jan 9, 2025
1 parent 53b7155 commit fc608ae
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 @@ -45,7 +45,7 @@ export function ItemPanel({ item, linkComponent: LinkComponent }) {
}

export default function CarouselItem({ item, itemIdx, onTitleClick, shouldProgress, progressDone, progressPercentage, selected, linkComponent: LinkComponent }) {
return <div
return <li
role="tab"
className="usa-card tablet:grid-col-4"
>
Expand Down Expand Up @@ -74,6 +74,6 @@ export default function CarouselItem({ item, itemIdx, onTitleClick, shouldProgre
</LinkComponent>
</CardFooter>
</Card>
</div>
</li>
}

0 comments on commit fc608ae

Please sign in to comment.