From 5df2c5631513657fb0484a1fe55be6b62b91c365 Mon Sep 17 00:00:00 2001 From: Lieu Le Date: Sat, 28 Sep 2019 16:18:58 +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..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':