mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 18:46:09 +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">
|
||||
<IconRepeat />
|
||||
</SidebarTab>
|
||||
</div>
|
||||
<div id="sidebar-info" class="sidebar-inner-container">
|
||||
<SidebarTab tabName="settings" tabLink={settingsLink}>
|
||||
<IconSettings />
|
||||
</SidebarTab>
|
||||
</div>
|
||||
<div id="sidebar-info" class="sidebar-inner-container">
|
||||
<SidebarTab tabName="updates" tabLink="/updates">
|
||||
<IconComet />
|
||||
</SidebarTab>
|
||||
<SidebarTab tabName="donate" tabLink="/donate">
|
||||
<IconHeart />
|
||||
</SidebarTab>
|
||||
<SidebarTab tabName="updates" tabLink="/updates">
|
||||
<IconComet />
|
||||
</SidebarTab>
|
||||
<SidebarTab tabName="about" tabLink="/about">
|
||||
<IconInfoCircle />
|
||||
</SidebarTab>
|
||||
|
|
Loading…
Reference in a new issue