From d276e283b573de934c933321bbe3bffbbc8aebcf Mon Sep 17 00:00:00 2001 From: Lieu Le Date: Sat, 28 Sep 2019 16:43:25 +0700 Subject: [PATCH] update --- inc/mixes-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/mixes-functions.php b/inc/mixes-functions.php index 26088986..7ac9d3b2 100755 --- a/inc/mixes-functions.php +++ b/inc/mixes-functions.php @@ -1171,8 +1171,8 @@ function opalestate_get_property_statuses() { function opalestate_get_property_meta_icon( $key ) { $classes = []; $classes[] = 'icon-property-' . esc_attr( $key ); + $classes[] = 'far'; $prefix = 'fa'; - $classes[] = $prefix; switch ( $key ) { case 'builtyear': $icon = $prefix . '-' . 'calendar';