use new icons for axcending/descending
This commit is contained in:
@@ -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'
|
||||
}
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user