chore: remove non-functional trackers section from sidebar
This commit is contained in:
@@ -1394,9 +1394,6 @@
|
|||||||
.mt-2 {
|
.mt-2 {
|
||||||
margin-top: calc(var(--spacing) * 2);
|
margin-top: calc(var(--spacing) * 2);
|
||||||
}
|
}
|
||||||
.mt-auto {
|
|
||||||
margin-top: auto;
|
|
||||||
}
|
|
||||||
.mb-2 {
|
.mb-2 {
|
||||||
margin-bottom: calc(var(--spacing) * 2);
|
margin-bottom: calc(var(--spacing) * 2);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -81,13 +81,7 @@ pub fn Sidebar() -> impl IntoView {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-auto p-2 border-t border-base-300">
|
|
||||||
<ul class="menu w-full rounded-box gap-1 text-sm">
|
|
||||||
<li class="menu-title text-base-content/50 uppercase font-bold px-4">"Trackers"</li>
|
|
||||||
<li><a>"All Trackers"</a></li>
|
|
||||||
<li><a>"Error"</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user