diff options
Diffstat (limited to 'client/src/app/modal/quick-settings-modal.component.html')
-rw-r--r-- | client/src/app/modal/quick-settings-modal.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/modal/quick-settings-modal.component.html b/client/src/app/modal/quick-settings-modal.component.html index 8ee83e7dc..e2ea51b92 100644 --- a/client/src/app/modal/quick-settings-modal.component.html +++ b/client/src/app/modal/quick-settings-modal.component.html | |||
@@ -1,6 +1,7 @@ | |||
1 | <ng-template #modal let-hide="close"> | 1 | <ng-template #modal let-hide="close"> |
2 | <div class="modal-header"> | 2 | <div class="modal-header"> |
3 | <h4 i18n class="modal-title">Settings</h4> | 3 | <h4 i18n class="modal-title">Settings</h4> |
4 | <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon> | ||
4 | </div> | 5 | </div> |
5 | 6 | ||
6 | <div class="modal-body"> | 7 | <div class="modal-body"> |