aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu/notification.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-10 14:46:18 +0200
committerChocobozzz <me@florianbigard.com>2022-06-10 15:00:00 +0200
commita14c176472614874586cbc64cf25e82bbdc52868 (patch)
tree4337dd95e506c6dd886f9668802c9b2d59be1719 /client/src/app/menu/notification.component.html
parent5efa5df212f1c739e259709706a913535c32df52 (diff)
downloadPeerTube-a14c176472614874586cbc64cf25e82bbdc52868.tar.gz
PeerTube-a14c176472614874586cbc64cf25e82bbdc52868.tar.zst
PeerTube-a14c176472614874586cbc64cf25e82bbdc52868.zip
Use bootstrap loader
Diffstat (limited to 'client/src/app/menu/notification.component.html')
-rw-r--r--client/src/app/menu/notification.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/notification.component.html b/client/src/app/menu/notification.component.html
index 2bd11c6f7..5aa834f36 100644
--- a/client/src/app/menu/notification.component.html
+++ b/client/src/app/menu/notification.component.html
@@ -36,7 +36,7 @@
36 </div> 36 </div>
37 37
38 <div *ngIf="!loaded" class="loader mt-4"> 38 <div *ngIf="!loaded" class="loader mt-4">
39 <my-loader [loading]="!loaded"></my-loader> 39 <my-loader size="xl" [loading]="!loaded"></my-loader>
40 </div> 40 </div>
41 41
42 <my-user-notifications 42 <my-user-notifications