web/Sidebar: move settings tab to bottom & move updates tab lower

This commit is contained in:
wukko 2024-08-13 12:35:18 +06:00
parent 6cc0871d99
commit 09deb5c7b6
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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>