Skip to content

Commit

Permalink
Update packages/react-components/src/components/Accordion/Accordion.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
marcinsawicki and coderabbitai[bot] authored Nov 26, 2024
1 parent 2bffd88 commit 1b844d8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ const AccordionComponent: React.FC<IAccordionComponentProps> = ({
{footer && (
<Text
as="div"
aria-label="Accordion footer"
role="complementary"
className={cx(styles[`${baseClass}__footer`], {
[styles[`${baseClass}__footer--promo`]]: isPromo,
})}
Expand Down

0 comments on commit 1b844d8

Please sign in to comment.