This commit is contained in:
Peter Maquiran
2022-12-17 17:52:35 +01:00
parent 067c54bf00
commit 1c8abb2de7
11 changed files with 101 additions and 20 deletions
@@ -6,6 +6,7 @@
</button>
</div>
<div class="buttons">
<button class="btn-cancel" shape="round" >Adicionar</button>
<button (click)="leaveGroup()" class="btn-cancel" shape="round" >Sair do Grupo</button>
<button *ngIf="isAdmin" (click)="openChangeGroupName()" class="btn-cancel" shape="round" >Alterar nome do grupo</button>
<div class="solid"></div>