Skip to content

Commit

Permalink
🐛 fix(ui.php): remove unnecessary asset() function call in project_lo…
Browse files Browse the repository at this point in the history
…go configuration to fix broken image path
  • Loading branch information
Vahn Gomes authored and Vahn Gomes committed Jul 28, 2023
1 parent ffd698d commit b40b0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/backpack/ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
'home_link' => 'admin',

// Menu logo. You can replace this with an <img> tag if you have a logo.
'project_logo' => '<img src="' . asset("/lib/images/icons/logo_small_icon.png") . '" alt="vATC Suite" style="height: 35px; width: auto; margin-top: -3px; margin-right: 10px; margin-left: 10px; margin-bottom: -3px;"/><b>vATC</b> Suite',
'project_logo' => '<img src="/lib/images/icons/logo_small_icon.png" alt="vATC Suite" style="height: 35px; width: auto; margin-top: -3px; margin-right: 10px; margin-left: 10px; margin-bottom: -3px;"/><b>vATC</b> Suite',

// Show / hide breadcrumbs on admin panel pages.
'breadcrumbs' => true,
Expand Down

0 comments on commit b40b0ea

Please sign in to comment.