Skip to content

Commit

Permalink
Change left arrow on breadcrumbs.
Browse files Browse the repository at this point in the history
This makes the left arrow consistent with the one used when creating links on images.
  • Loading branch information
Joen Asmussen committed Apr 12, 2018
1 parent 7bc23ba commit 6425897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/components/block-list/breadcrumb.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class BlockBreadcrumb extends Component {
onFocus={ this.onFocus }
onBlur={ this.onBlur }
>
<Dashicon icon="arrow-left" uid={ uid } />
<Dashicon icon="arrow-left-alt" uid={ uid } />
</Button>
</Tooltip>
) }
Expand Down

0 comments on commit 6425897

Please sign in to comment.