Skip to content

Commit 92f9618

Browse files
authored
change default menu icon for generated CRUDs
1 parent df37d2b commit 92f9618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/CrudBackpackCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function handle()
6969

7070
// Create the sidebar item
7171
$this->call('backpack:add-sidebar-content', [
72-
'code' => "<li class=\"nav-item\"><a class=\"nav-link\" href=\"{{ backpack_url('$nameKebab') }}\"><i class=\"nav-icon la la-question\"></i> $namePlural</a></li>",
72+
'code' => "<li class=\"nav-item\"><a class=\"nav-link\" href=\"{{ backpack_url('$nameKebab') }}\"><i class=\"nav-icon la la-th-list\"></i> $namePlural</a></li>",
7373
]);
7474

7575
// if the application uses cached routes, we should rebuild the cache so the previous added route will

0 commit comments

Comments
 (0)