Skip to content

Commit

Permalink
Use better icon for bulk button
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed May 16, 2024
1 parent 77c0a76 commit b597064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</script>

<AdminContent>
<BadgeButton variant="badge-success" icon="i-mdi-account-plus-outline" on:click={openModal}>
<BadgeButton variant="badge-success" icon="i-mdi-account-multiple-plus-outline" on:click={openModal}>
{$t('project_page.bulk_add_members.add_button')}
</BadgeButton>

Expand Down

0 comments on commit b597064

Please sign in to comment.