1
Fork 0

Remove class option from bottom part of sidebar

This commit is contained in:
KorbsStudio 2023-02-07 16:46:14 -05:00
parent e3abd7f268
commit 1b2157a405
No known key found for this signature in database

View file

@ -22,7 +22,7 @@ import { APP, SIDEBARTOP, SIDEBARBOTTOM } from '../config'
</div>
<div class="sidebar-bottom">
{SIDEBARBOTTOM.map(item => (
<li data-tab={item.page} class={item.class}>
<li data-tab={item.page}>
<i class={item.text}></i>
<p>{item.text}</p>
<div id="Tab" class="webview-navigation">