Skip to content

Commit

Permalink
fix: Two functions have the same icon in the same toolbar (liferay#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlopap committed Jul 29, 2021
1 parent c70a1a1 commit ee163ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/buttons/button-item-selector-video.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ButtonItemSelectorVideo extends React.Component {
onClick={this._handleClick}
tabIndex={this.props.tabIndex}
title={AlloyEditor.Strings.video}>
<ButtonIcon symbol="video" />
<ButtonIcon symbol="document-multimedia" />
</button>
);
}
Expand Down

0 comments on commit ee163ed

Please sign in to comment.