Skip to content

Commit 5f1f960

Browse files
authored
Merge pull request #170 from Laravel-Backpack/change-crud-icon
change default menu icon for generated CRUDs
2 parents df37d2b + 92f9618 commit 5f1f960

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)