Skip to content

Commit b76e4ec

Browse files
committed
feat: adicionando texto 'Forms' na barra de menu junto ao ícone
1 parent 2f6ced0 commit b76e4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/EventServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function boot()
2121
Event::listen(function (UspThemeParseKey $event) {
2222
if (isset($event->item['key']) && $event->item['key'] == 'uspdev-forms') {
2323
$event->item = [
24-
'text' => '<span class="text-danger"><i class="fas fa-clipboard-list"></i></span>',
24+
'text' => '<span class="text-danger"><i class="fas fa-clipboard-list"></i> Forms</span>',
2525
'url' => route('form-definitions.index'),
2626
'title' => 'Formulários',
2727
'can' => config('uspdev-forms.adminGate'), // controla permissão via Gate

0 commit comments

Comments
 (0)