From 021fedeb2a19c73df654f3a9afd7b1cadcbeb75e Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Tue, 16 Apr 2019 14:45:58 -0500 Subject: Replace `fa-retweet` SVG with `fa-repeat` Unicode glyph. --- app/javascript/flavours/glitch/features/reblogs/index.js | 2 +- app/javascript/flavours/glitch/features/status/components/action_bar.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/javascript/flavours/glitch/features') diff --git a/app/javascript/flavours/glitch/features/reblogs/index.js b/app/javascript/flavours/glitch/features/reblogs/index.js index e007506b7..1488c09e7 100644 --- a/app/javascript/flavours/glitch/features/reblogs/index.js +++ b/app/javascript/flavours/glitch/features/reblogs/index.js @@ -67,7 +67,7 @@ export default class Reblogs extends ImmutablePureComponent { return ( ); - let reblogIcon = 'retweet'; + let reblogIcon = 'repeat'; //if (status.get('visibility') === 'direct') reblogIcon = 'envelope'; // else if (status.get('visibility') === 'private') reblogIcon = 'lock'; -- cgit