mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-09 04:06:25 +01:00
web/Sidebar: move settings tab to bottom & move updates tab lower
This commit is contained in:
parent
6cc0871d99
commit
09deb5c7b6
1 changed files with 5 additions and 5 deletions
|
@ -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