mirror of https://github.com/ColorlibHQ/AdminLTE
logo-switch.astro tag bug fix
parent
cfd8454b1a
commit
7e90b21ed5
|
@ -28,10 +28,10 @@ const htmlPath = convertPathToHtml(path)
|
|||
<!-- Sidebar -->
|
||||
<div class="sidebar-wrapper">
|
||||
<nav class="mt-2">
|
||||
|
||||
<!-- nav-links -->
|
||||
</nav>
|
||||
</div>
|
||||
<aside/>
|
||||
</aside>
|
||||
<!-- Main content -->
|
||||
<main class="app-main">
|
||||
<div class="app-content-header">
|
||||
|
@ -81,7 +81,8 @@ const htmlPath = convertPathToHtml(path)
|
|||
</div>
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
</div><!-- /.container-fluid -->
|
||||
</div>
|
||||
<!-- /.container-fluid -->
|
||||
</div>
|
||||
<!-- /.content -->
|
||||
</main>
|
||||
|
|
Loading…
Reference in New Issue