use new icons for axcending/descending

This commit is contained in:
2019-11-23 18:51:40 +01:00
parent 1cc39e3962
commit 4879c6cdc7
3 changed files with 158 additions and 2 deletions

View File

@@ -113,12 +113,12 @@ export class GalleryViewComponent implements OnInit {
ascDescImages = JSON.stringify([
{
value: 'ASC',
imageUrl: 'assets/img/ascending-filter.svg',
imageUrl: 'assets/img/ascending-filter-AZ.svg',
title: 'ascending'
},
{
value: 'DESC',
imageUrl: 'assets/img/descending-filter.svg',
imageUrl: 'assets/img/descending-filter-ZA.svg',
title: 'descending'
}
]);