Skip to content

Commit

Permalink
Update docs/cookbook/admin_panel/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier ALLAIN <[email protected]>
  • Loading branch information
loic425 and oallain authored Nov 12, 2024
1 parent 91d67e5 commit 27b829e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cookbook/admin_panel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ return static function (ContainerConfigurator $containerConfigurator): void {
```twig
{# templates/shared/crud/common/sidebar/logo/image.html.twig #}
<img src="{{ asset('images/logo.png') }}" alt="CFC" class="navbar-brand-image" />
<img src="{{ asset('images/logo.png') }}" alt="Your Brand name" class="navbar-brand-image" />
```

Expand Down

0 comments on commit 27b829e

Please sign in to comment.