From ab4de5a0aa22c6931485f1a6fc4b3b1d7c7f145f Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Tue, 30 Mar 2021 12:54:51 +0200 Subject: [PATCH] better icon for time sort --- .../moderator-comment-list.component.html | 2 +- .../components/shared/comment-list/comment-list.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.html b/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.html index 1fdfd0788..ccafb1433 100644 --- a/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.html +++ b/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.html @@ -76,7 +76,7 @@ matTooltip="{{ 'comment-list.time' | translate }}" (click)="sortComments(time)" aria-labelledby="access_time"> - <mat-icon [ngClass]="{time: 'unread-icon'}[currentSort]">history</mat-icon> + <mat-icon [ngClass]="{time: 'unread-icon'}[currentSort]">update</mat-icon> <span>{{ 'comment-list.sort-list-time' | translate }}</span> </button> diff --git a/src/app/components/shared/comment-list/comment-list.component.html b/src/app/components/shared/comment-list/comment-list.component.html index 6e4ccf70d..4e79bef2e 100644 --- a/src/app/components/shared/comment-list/comment-list.component.html +++ b/src/app/components/shared/comment-list/comment-list.component.html @@ -119,7 +119,7 @@ <button mat-menu-item (click)="sortComments(time)" aria-labelledby="access_time"> - <mat-icon [ngClass]="{time: 'unread-icon'}[currentSort]">history</mat-icon> + <mat-icon [ngClass]="{time: 'unread-icon'}[currentSort]">update</mat-icon> <span>{{ 'comment-list.sort-list-time' | translate }}</span> </button> -- GitLab