Skip to content

Commit

Permalink
[Translations] Accordion: Remove redundant icon title
Browse files Browse the repository at this point in the history
  • Loading branch information
HalvorHaugan committed Oct 14, 2024
1 parent 7fa7719 commit e8c4819
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/modern-stingrays-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@navikt/ds-react": patch
---

Accordion: Remove redundant icon title
1 change: 0 additions & 1 deletion @navikt/core/react/src/accordion/AccordionHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const AccordionHeader = forwardRef<HTMLButtonElement, AccordionHeaderProps>(
<span className="navds-accordion__icon-wrapper">
<ChevronDownIcon
className="navds-accordion__header-chevron"
title="Vis mer"
aria-hidden
/>
</span>
Expand Down

0 comments on commit e8c4819

Please sign in to comment.