Skip to content

Commit debed01

Browse files
committed
Documentation: Drop dashicon expand icon for now
1 parent 01d229c commit debed01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs-tool/src/components/Sidebar.js

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ function MenuItem( { item } ) {
1010
{ ! children.length && <Link to={ item.path }>{ item.title }</Link> }
1111
{ !! children.length && (
1212
<div className="expandable">
13-
<span className="dashicons dashicons-arrow-down-alt2"></span>
1413
<Link to={ item.path }>{ item.title }</Link>
1514
</div>
1615
) }

0 commit comments

Comments
 (0)