We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df37d2b + 92f9618 commit 5f1f960Copy full SHA for 5f1f960
src/Console/Commands/CrudBackpackCommand.php
@@ -69,7 +69,7 @@ public function handle()
69
70
// Create the sidebar item
71
$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>",
+ '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>",
73
]);
74
75
// if the application uses cached routes, we should rebuild the cache so the previous added route will
0 commit comments