diff options
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/notification.component.html | 2 |
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 |