Skip to content

Commit

Permalink
change icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Feb 6, 2024
1 parent 6150971 commit c4d09f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-typescript/components/Navigation/SideBarMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class SideBarMenu extends React.PureComponent<IProps, IState> {
<span className='sd-sidebar-menu__main-icon '>
<Icon size={item['size']} name={item['icon']} />
</span>
<i className='sd-sidebar-menu__helper-icon big-icon--chevron-left'></i>
<i className='sd-sidebar-menu__helper-icon big-icon--chevron-inset-inline-start'></i>
</a>
</li>);
}
Expand Down

0 comments on commit c4d09f2

Please sign in to comment.