Remove class option from bottom part of sidebar
This commit is contained in:
parent
e3abd7f268
commit
1b2157a405
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Reference in a new issue