We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6ced0 commit b76e4ecCopy full SHA for b76e4ec
src/Providers/EventServiceProvider.php
@@ -21,7 +21,7 @@ public function boot()
21
Event::listen(function (UspThemeParseKey $event) {
22
if (isset($event->item['key']) && $event->item['key'] == 'uspdev-forms') {
23
$event->item = [
24
- 'text' => '<span class="text-danger"><i class="fas fa-clipboard-list"></i></span>',
+ 'text' => '<span class="text-danger"><i class="fas fa-clipboard-list"></i> Forms</span>',
25
'url' => route('form-definitions.index'),
26
'title' => 'Formulários',
27
'can' => config('uspdev-forms.adminGate'), // controla permissão via Gate
0 commit comments