Skip to content
Snippets Groups Projects
Commit dfcdf4f3 authored by Dave LiPuma's avatar Dave LiPuma
Browse files

#452 - unfollow button issue

parent 66e60572
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!698#452 - unfollow button issue
......@@ -24,7 +24,7 @@
{{ $t('user_card.follow') }}
</template>
</button>
<button v-if="following" class="btn btn-default pressed" @click="unfollowUser" :disabled="inProgress">
<button v-if="following" class="btn btn-default btn-follow pressed" @click="unfollowUser" :disabled="inProgress">
<template v-if="inProgress">
{{ $t('user_card.follow_progress') }}
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment