aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-10 15:14:49 +0200
committerChocobozzz <me@florianbigard.com>2022-06-10 15:14:49 +0200
commit073367bb651776648792046895b73c2f37e9f532 (patch)
treeea88ab8904dc6765e65c4519b8c9e51ae7e14e02 /client/src/app/app.component.html
parenta14c176472614874586cbc64cf25e82bbdc52868 (diff)
downloadPeerTube-073367bb651776648792046895b73c2f37e9f532.tar.gz
PeerTube-073367bb651776648792046895b73c2f37e9f532.tar.zst
PeerTube-073367bb651776648792046895b73c2f37e9f532.zip
Prefer using our icons for notifications
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r--client/src/app/app.component.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html
index 6969329e8..629c04e6b 100644
--- a/client/src/app/app.component.html
+++ b/client/src/app/app.component.html
@@ -53,9 +53,7 @@
53 <p>{{ message.detail }}</p> 53 <p>{{ message.detail }}</p>
54 </div> 54 </div>
55 55
56 <span *ngIf="message.severity === 'success'" class="glyphicon glyphicon-ok"></span> 56 <my-global-icon [iconName]="getNotificationIcon(message)"></my-global-icon>
57 <span *ngIf="message.severity === 'info'" class="glyphicon glyphicon-info-sign"></span>
58 <span *ngIf="message.severity === 'error'" class="glyphicon glyphicon-remove"></span>
59 </div> 57 </div>
60 </ng-template> 58 </ng-template>
61</p-toast> 59</p-toast>