We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d229c commit debed01Copy full SHA for debed01
docs-tool/src/components/Sidebar.js
@@ -10,7 +10,6 @@ function MenuItem( { item } ) {
10
{ ! children.length && <Link to={ item.path }>{ item.title }</Link> }
11
{ !! children.length && (
12
<div className="expandable">
13
- <span className="dashicons dashicons-arrow-down-alt2"></span>
14
<Link to={ item.path }>{ item.title }</Link>
15
</div>
16
) }
0 commit comments