Skip to content

Commit

Permalink
icon fix
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <[email protected]>
  • Loading branch information
dartcafe committed Sep 14, 2021
1 parent 1a3f3ee commit 7035df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/Shares/SharesEffective.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</ActionButton>
<ActionButton
v-if="share.type === 'user' || share.type === 'admin'"
:icon="share.type === 'user' ? 'icon-user-setting' : 'icon-user'"
:icon="share.type === 'user' ? 'icon-user-admin' : 'icon-user'"
@click="switchAdmin(share)">
{{ share.type === 'user' ? t('polls', 'Grant poll admin access') : t('polls', 'Withdraw poll admin access') }}
</ActionButton>
Expand Down

0 comments on commit 7035df8

Please sign in to comment.