Merge pull request #3076 from Bnyro/master

fix: button to create a new channel group is hard to access
This commit is contained in:
Bnyro 2023-10-27 16:24:33 +02:00 committed by GitHub
commit 19c0a02506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 />