Skip to content

Commit

Permalink
Merge pull request #112 from mansourcodes/patch-1
Browse files Browse the repository at this point in the history
fix menu icon
  • Loading branch information
tabacitu authored Dec 21, 2020
2 parents d0d34a0 + a6c6fe7 commit 31118a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ php artisan migrate
5) [optional] Add a menu item for it in resources/views/vendor/backpack/base/inc/sidebar.blade.php or menu.blade.php:

```
php artisan backpack:add-sidebar-content "<li class='nav-item'><a class='nav-link' href='{{ backpack_url('page') }}'><i class='nav-icon fa fa-file-o'></i> <span>Pages</span></a></li>"
php artisan backpack:add-sidebar-content "<li class='nav-item'><a class='nav-link' href='{{ backpack_url('page') }}'><i class='nav-icon la la-file-o'></i> <span>Pages</span></a></li>"
```


Expand Down

0 comments on commit 31118a7

Please sign in to comment.