This commit is contained in:
Peter Maquiran
2021-10-29 14:33:12 +01:00
parent a6c13de560
commit edcbb06afe
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
</div>
<div class="add-people" (click)="addParticipants()">
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/icons-arrow-forward.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="start" src="assets/images/theme/gov/icons-arrow-forward.svg"></ion-icon>
</div>
</div>
</div>