From 556e14aa6270cf33cde16a11e60bcaecdcba8ebb Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Mon, 18 Nov 2019 18:26:32 +0100 Subject: [PATCH] exchange icons --- .../_dialogs/present-comment/present-comment.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/shared/_dialogs/present-comment/present-comment.component.html b/src/app/components/shared/_dialogs/present-comment/present-comment.component.html index 5bfbc7f7d..cdf83abb9 100644 --- a/src/app/components/shared/_dialogs/present-comment/present-comment.component.html +++ b/src/app/components/shared/_dialogs/present-comment/present-comment.component.html @@ -9,7 +9,7 @@ </div> </div> <button id="exitButton" mat-raised-button (click)="onCloseClick()" aria-labelledby="exit-description"> - <mat-icon >exit_to_app</mat-icon> + <mat-icon >close</mat-icon> </button> <div id="comment"> <p> -- GitLab