forked from AkkomaGang/akkoma-fe
use normal bell for unsubscribed state
This commit is contained in:
parent
4f26299bd5
commit
1237d0d2b8
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue