logo-switch.astro tag bug fix

pull/5130/head
Daniel 2023-05-20 18:55:27 +05:30
parent cfd8454b1a
commit 7e90b21ed5
1 changed files with 4 additions and 3 deletions

View File

@ -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>