Skip to content

Commit

Permalink
Fix up icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 17, 2023
1 parent 3b456ea commit 71943c2
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 37 deletions.
74 changes: 37 additions & 37 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions config/app_custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@
],
],
'map' => [
'yes' => 'fa4:check',
'no' => 'fa4:times',
'see' => 'fa4:eye',
'details' => 'fa4:chevron-right',
'admin' => 'fa4:shield',
Expand All @@ -206,6 +208,7 @@
'prev' => 'fa4:arrow-left',
'next' => 'fa4:arrow-right',
],
'checkExistence' => true,
],

'CacheConfig' => [
Expand Down

0 comments on commit 71943c2

Please sign in to comment.