mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(side-nav-menu): remove title attribute from menu icon (#1373)
This commit is contained in:
parent
d5d6294b02
commit
c346b8edc0
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
class:bx--side-nav__icon--small="{true}"
|
||||
class:bx--side-nav__submenu-chevron="{true}"
|
||||
>
|
||||
<svelte:component this="{ChevronDown}" title="Open Menu" />
|
||||
<ChevronDown />
|
||||
</div>
|
||||
</button>
|
||||
<ul
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue