Finished migrated from icon-font to SVG

This commit is contained in:
Dan Brown
2018-02-17 19:49:00 +00:00
parent 5ab39bfd5a
commit 81fa021083
113 changed files with 406 additions and 1107 deletions

View File

@ -4,8 +4,6 @@ return [
'env' => env('APP_ENV', 'production'),
'editor' => env('APP_EDITOR', 'html'),
'views' => [
'books' => env('APP_VIEWS_BOOKS', 'list')
],