aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-05-02 11:19:05 +0000
committerShpuld Shpludson <shp@cock.li>2020-05-02 11:19:05 +0000
commit5f90b6a384583a00769eeca3a6c6e2deec8bdd24 (patch)
treefb6b7307cbb3785ae0b1da17fe7b1ac730e9965f /src/components/notification/notification.vue
parentc67e9daf068c5a7eafaa7ce6a6418c8916a4f118 (diff)
parent92ccaa97bb0a2c15b96e2fbcf03823ba902dc516 (diff)
Merge branch 'fix/follow-request-notification-bugfixes' into 'develop'
Fix remaining follow request notif problems Closes #823 See merge request pleroma/pleroma-fe!1096
Diffstat (limited to 'src/components/notification/notification.vue')
-rw-r--r--src/components/notification/notification.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index 02802776..f6da07dd 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -137,13 +137,13 @@
style="white-space: nowrap;"
>
<i
- class="icon-ok button-icon add-reaction-button"
+ class="icon-ok button-icon follow-request-accept"
:title="$t('tool_tip.accept_follow_request')"
@click="approveUser()"
/>
<i
- class="icon-cancel button-icon add-reaction-button"
- :title="$t('tool_tip.accept_follow_request')"
+ class="icon-cancel button-icon follow-request-reject"
+ :title="$t('tool_tip.reject_follow_request')"
@click="denyUser()"
/>
</div>