Skip to content

Commit

Permalink
fix: button to create a new channel group is hard to access
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Oct 27, 2023
1 parent 66fa3c6 commit e1c8a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SubscriptionsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<font-awesome-icon class="mx-2" icon="circle-minus" @click="deleteGroup(group)" />
</div>
</button>
<button class="btn mx-1">
<font-awesome-icon icon="circle-plus" @click="showCreateGroupModal = true" />
<button class="btn mx-1" @click="showCreateGroupModal = true">
<font-awesome-icon icon="circle-plus" />
</button>
</div>
<br />
Expand Down

0 comments on commit e1c8a3a

Please sign in to comment.