Skip to content

Commit 70e8e18

Browse files
committed
update config to be compatible with new vue-admin-front@0.6.*
1 parent 3474dc6 commit 70e8e18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,27 +90,27 @@
9090
[
9191
'title' => 'Users',
9292
'entity' => 'users',
93-
'fa' => 'user'
93+
'icon' => 'fas fa-user'
9494
],
9595

9696
// custom absolute link
9797
[
9898
'title' => 'Back to the site',
9999
'path' => '/',
100-
'fa' => 'arrow-left'
100+
'icon' => 'fas fa-arrow-left'
101101
],
102102

103103
// custom admin route
104104
[
105105
'title' => 'Edit user [1]',
106106
'route' => '/entity/users/item/1',
107-
'fa' => 'user-o'
107+
'icon' => 'far fa-user'
108108
],
109109

110110
// link group
111111
[
112112
'title' => 'Group',
113-
'fa' => 'plus-square',
113+
'icon' => 'fas fa-plus-square',
114114
'items' => [
115115
[
116116
'title' => 'Sublink',

0 commit comments

Comments
 (0)