@@ -31,8 +31,8 @@ import { NO_DEEP_SKY, ALL_DEEP_SKY } from '../generic-sky-view';
3131import * as _ from 'lodash' ;
3232import { SvcGenericOptionsComponent } from '../svc-generic-options.component' ;
3333
34- const CHECKED = 'fa fa-check-square-o ' ;
35- const UNCHECKED = 'fa fa-square-o ' ;
34+ const CHECKED = 'far fa-check-square' ;
35+ const UNCHECKED = 'far fa-square' ;
3636const EM_DASH = '\u2014' ;
3737
3838interface MenuItemPlus extends MenuItem {
@@ -76,7 +76,7 @@ export class SvcEclipticViewOptionsComponent extends SvcGenericOptionsComponent
7676 namesCategories : MenuItemPlus [ ] = [
7777 { label : 'None' , icon : UNCHECKED , property : null ,
7878 command : ( event ) => { this . toggleLabels ( event ) ; } } ,
79- { label : EM_DASH , icon : 'fa fa-fw' } ,
79+ { label : EM_DASH , icon : 'fas fa-fw' } ,
8080 { label : 'Planets' , icon : CHECKED , property : PROPERTY_LABEL_PLANETS ,
8181 command : ( event ) => { this . toggleLabels ( event ) ; } } ,
8282 { label : 'Bright Stars' , icon : UNCHECKED , property : PROPERTY_LABEL_BRIGHT_STARS ,
@@ -85,7 +85,7 @@ export class SvcEclipticViewOptionsComponent extends SvcGenericOptionsComponent
8585 command : ( event ) => { this . toggleLabels ( event ) ; } } ,
8686 { label : 'Constellations' , icon : UNCHECKED , property : PROPERTY_LABEL_CONSTELLATIONS ,
8787 command : ( event ) => { this . toggleLabels ( event ) ; } , disabled : true } ,
88- { label : EM_DASH , icon : 'fa fa-fw' } ,
88+ { label : EM_DASH , icon : 'fas fa-fw' } ,
8989 { label : 'No Deep Sky Objects' , icon : CHECKED , property : PROPERTY_LABEL_DSOS ,
9090 command : ( event ) => { this . toggleLabels ( event ) ; } , value : NO_DEEP_SKY } ,
9191 { label : 'DSOs 4.0 and Brighter' , icon : UNCHECKED , property : PROPERTY_LABEL_DSOS ,
0 commit comments