diff options
| author | Henry Jameson <me@hjkos.com> | 2018-12-02 13:05:18 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-12-02 13:05:18 +0300 |
| commit | 8174248b981ad898f47c8f41625bce3629e128aa (patch) | |
| tree | 6478c76753959a814b953c2298a6163e81507f01 /src/components/retweet_button | |
| parent | e15b9bddbb23e36632982296a7c9ec01fd2bb7c7 (diff) | |
fixes vimium not giving retweet button a hint
Diffstat (limited to 'src/components/retweet_button')
| -rw-r--r-- | src/components/retweet_button/retweet_button.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/retweet_button/retweet_button.vue b/src/components/retweet_button/retweet_button.vue index 5b1e64b8..c9ed12eb 100644 --- a/src/components/retweet_button/retweet_button.vue +++ b/src/components/retweet_button/retweet_button.vue @@ -1,7 +1,7 @@ <template> <div v-if="loggedIn"> <template v-if="visibility !== 'private' && visibility !== 'direct'"> - <i :class='classes' class='icon-retweet rt-active' v-on:click.prevent='retweet()'></i> + <i :class='classes' class='retweet-button icon-retweet rt-active' v-on:click.prevent='retweet()'></i> <span v-if='!hidePostStatsLocal && status.repeat_num > 0'>{{status.repeat_num}}</span> </template> <template v-else> |
