use normal bell for unsubscribed state

This commit is contained in:
taehoon 2019-05-19 14:33:25 -04:00
parent 4f26299bd5
commit 1237d0d2b8
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
</template>
</button>
<ProgressButton class="btn btn-default" :click="subscribeUser" :title="$t('user_card.subscribe')" v-if="!user.subscribed">
<i class="icon-bell-off" />
<i class="icon-bell-alt" />
</ProgressButton>
<ProgressButton class="btn btn-default pressed" :click="unsubscribeUser" :title="$t('user_card.unsubscribe')" v-else>
<i class="icon-bell-alt" />