Change stray reblog SVG to repeat glyph.

staging
multiple creatures 2019-04-18 13:22:17 -05:00
parent acdfce2bba
commit ea40ae8de7
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ export default class DetailedStatus extends ImmutablePureComponent {
let mediaIcon = null;
let applicationLink = '';
let reblogLink = '';
let reblogIcon = 'retweet';
let reblogIcon = 'repeat';
let favouriteLink = '';
if (this.props.measureHeight) {