mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
refactor(MainNavBars): re-order tabs
This commit is contained in:
parent
e8fca11d45
commit
1c5fcadcd7
1 changed files with 1 additions and 1 deletions
|
|
@ -10,8 +10,8 @@ const TABS = [
|
||||||
{ id: 'board', label: 'Board', icon: 'home', href: '#/' },
|
{ id: 'board', label: 'Board', icon: 'home', href: '#/' },
|
||||||
{ id: 'discover', label: 'Discover', icon: 'discover', href: '#/discover' },
|
{ id: 'discover', label: 'Discover', icon: 'discover', href: '#/discover' },
|
||||||
{ id: 'library', label: 'Library', icon: 'library', href: '#/library' },
|
{ id: 'library', label: 'Library', icon: 'library', href: '#/library' },
|
||||||
|
{ id: 'addons', label: 'ADDONS', icon: 'addons', href: '#/addons' },
|
||||||
{ id: 'settings', label: 'SETTINGS', icon: 'settings', href: '#/settings' },
|
{ id: 'settings', label: 'SETTINGS', icon: 'settings', href: '#/settings' },
|
||||||
{ id: 'addons', label: 'ADDONS', icon: 'addons', href: '#/addons' }
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const MainNavBars = React.memo(({ className, route, query, children }) => {
|
const MainNavBars = React.memo(({ className, route, query, children }) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue