diff --git a/inc/mixes-functions.php b/inc/mixes-functions.php index 26088986..7c648e31 100755 --- a/inc/mixes-functions.php +++ b/inc/mixes-functions.php @@ -1171,7 +1171,7 @@ function opalestate_get_property_statuses() { function opalestate_get_property_meta_icon( $key ) { $classes = []; $classes[] = 'icon-property-' . esc_attr( $key ); - $prefix = 'fa'; + $prefix = 'far'; $classes[] = $prefix; switch ( $key ) { case 'builtyear':