Skip to content

Commit 95c3331

Browse files
committed
fix: brand in navbar
1 parent 386ea54 commit 95c3331

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

resources/views/dashboard/shared/nav-builder.blade.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ function renderDropdown($data){
3030
}
3131
?>
3232

33-
<div class="c-sidebar-brand"><img class="c-sidebar-brand-full" src="{{ url('/assets/brand/coreui-base-white.svg') }}" width="118" height="46" alt="CoreUI Logo"><img class="c-sidebar-brand-minimized" src="assets/brand/coreui-signet-white.svg" width="118" height="46" alt="CoreUI Logo"></div>
33+
34+
<div class="c-sidebar-brand">
35+
<img class="c-sidebar-brand-full" src="{{ url('/assets/brand/coreui-base-white.svg') }}" width="118" height="46" alt="CoreUI Logo">
36+
<img class="c-sidebar-brand-minimized" src="{{ url('assets/brand/coreui-signet-white.svg') }}" width="118" height="46" alt="CoreUI Logo">
37+
</div>
3438
<ul class="c-sidebar-nav">
3539
@if(isset($appMenus['sidebar menu']))
3640
@foreach($appMenus['sidebar menu'] as $menuel)

0 commit comments

Comments
 (0)