mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-29 11:06:10 +00:00
web/Sidebar: move settings tab to bottom & move updates tab lower
This commit is contained in:
parent
6cc0871d99
commit
09deb5c7b6
|
@ -32,17 +32,17 @@
|
||||||
<SidebarTab tabName="remux" tabLink="/remux">
|
<SidebarTab tabName="remux" tabLink="/remux">
|
||||||
<IconRepeat />
|
<IconRepeat />
|
||||||
</SidebarTab>
|
</SidebarTab>
|
||||||
|
</div>
|
||||||
|
<div id="sidebar-info" class="sidebar-inner-container">
|
||||||
<SidebarTab tabName="settings" tabLink={settingsLink}>
|
<SidebarTab tabName="settings" tabLink={settingsLink}>
|
||||||
<IconSettings />
|
<IconSettings />
|
||||||
</SidebarTab>
|
</SidebarTab>
|
||||||
</div>
|
|
||||||
<div id="sidebar-info" class="sidebar-inner-container">
|
|
||||||
<SidebarTab tabName="updates" tabLink="/updates">
|
|
||||||
<IconComet />
|
|
||||||
</SidebarTab>
|
|
||||||
<SidebarTab tabName="donate" tabLink="/donate">
|
<SidebarTab tabName="donate" tabLink="/donate">
|
||||||
<IconHeart />
|
<IconHeart />
|
||||||
</SidebarTab>
|
</SidebarTab>
|
||||||
|
<SidebarTab tabName="updates" tabLink="/updates">
|
||||||
|
<IconComet />
|
||||||
|
</SidebarTab>
|
||||||
<SidebarTab tabName="about" tabLink="/about">
|
<SidebarTab tabName="about" tabLink="/about">
|
||||||
<IconInfoCircle />
|
<IconInfoCircle />
|
||||||
</SidebarTab>
|
</SidebarTab>
|
||||||
|
|
Loading…
Reference in a new issue