update sidebar

This commit is contained in:
2026-04-08 07:00:56 -05:00
parent b19ec76455
commit 46c0a14b50
2 changed files with 3 additions and 51 deletions

View File

@@ -82,6 +82,7 @@
<!-- Body of dashboard - inside is all content-->
<body class="bg-body-tertiary">
<!-- Include the symbols for svg drawing -->
@include('layouts.svg')
<!-- Start navbar -->
@@ -126,8 +127,7 @@
</button>
<ul class="dropdown-menu dropdown-menu-end shadow" aria-labelledby="bd-theme-text">
<li>
<button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="light"
aria-pressed="false">
<button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="light" aria-pressed="false">
<svg class="bi me-2 opacity-50 theme-icon" width="1em" height="1em">
<use href="#sun-fill"></use>
</svg>
@@ -138,8 +138,7 @@
</button>
</li>
<li>
<button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="dark"
aria-pressed="false">
<button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="dark" aria-pressed="false">
<svg class="bi me-2 opacity-50 theme-icon" width="1em" height="1em">
<use href="#moon-stars-fill"></use>
</svg>