Update icons.

This commit is contained in:
Hoang Huu 2019-09-25 16:33:32 +07:00
parent 4fdfa4f0b4
commit 5e4b68ebc0

@ -121,21 +121,21 @@ function opalestate_management_user_menu_tabs() {
$menu = []; $menu = [];
$menu['dashboard'] = [ $menu['dashboard'] = [
'icon' => 'fa fa-user', 'icon' => 'fas fa-chart-line',
'link' => 'dashboard', 'link' => 'dashboard',
'title' => esc_html__( 'Dashboard', 'opalestate-pro' ), 'title' => esc_html__( 'Dashboard', 'opalestate-pro' ),
'id' => isset( $opalestate_options['profile_page'] ) ? $opalestate_options['profile_page'] : 0, 'id' => isset( $opalestate_options['profile_page'] ) ? $opalestate_options['profile_page'] : 0,
]; ];
$menu['profile'] = [ $menu['profile'] = [
'icon' => 'fa fa-user', 'icon' => 'far fa-user',
'link' => 'profile', 'link' => 'profile',
'title' => esc_html__( 'Personal Information', 'opalestate-pro' ), 'title' => esc_html__( 'Personal Information', 'opalestate-pro' ),
'id' => isset( $opalestate_options['profile_page'] ) ? $opalestate_options['profile_page'] : 0, 'id' => isset( $opalestate_options['profile_page'] ) ? $opalestate_options['profile_page'] : 0,
]; ];
$menu['favorite'] = [ $menu['favorite'] = [
'icon' => 'fa fa-heart', 'icon' => 'far fa-heart',
'link' => 'favorite', 'link' => 'favorite',
'title' => esc_html__( 'Favorite', 'opalestate-pro' ), 'title' => esc_html__( 'Favorite', 'opalestate-pro' ),
'id' => isset( $opalestate_options['favorite_page'] ) ? $opalestate_options['favorite_page'] : 0, 'id' => isset( $opalestate_options['favorite_page'] ) ? $opalestate_options['favorite_page'] : 0,