Skip to content

Commit 9e8c8bd

Browse files
committed
fix
1 parent 0f224df commit 9e8c8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/layout/sidebar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<aside class="app-sidebar">
33
<div class="app-sidebar__header">
44
<a class="app-sidebar__logo" href="{{ URL::route('root.dashboard') }}" aria-label="{{ Config::get('app.name') }}">
5-
<img src="{{ URL::asset('vendor/root/img/root-logo.svg') }}">
5+
@include('root::partials.logo')
66
</a>
77
<button
88
type="button"

0 commit comments

Comments
 (0)