Skip to content

Commit

Permalink
replace logo and add width
Browse files Browse the repository at this point in the history
  • Loading branch information
midzer authored Jul 19, 2023
1 parent 7c0b631 commit 29a2f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<body>
<div id="app">
<b-navbar toggleable="lg" variant="secondary">
<b-navbar-brand href="{{ url('/') }}"><img height="75" src="{{ url('/logo.jpg') }}" alt="{{ config('app.name', 'Laravel') }}" /></b-navbar-brand>
<b-navbar-brand href="{{ url('/') }}"><img src="{{ url('/logo.png') }}" width="128" height="75" alt="{{ config('app.name', 'Laravel') }}" /></b-navbar-brand>
<b-navbar-toggle target="nav-collapse"></b-navbar-toggle>
<b-collapse id="nav-collapse" is-nav>
<b-navbar-nav>
Expand Down

0 comments on commit 29a2f37

Please sign in to comment.