mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-21 18:55:36 +02:00
feat: reorder nav tabs to archive, tags, collections, runs, admin, settings
This commit is contained in:
parent
98238cd1f3
commit
f71be25a8e
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ import { displayPath } from './utils'
|
|||
|
||||
export const AuthContext = createContext(null);
|
||||
|
||||
const VIEWS = ['archive','runs','admin','tags','collections','settings']
|
||||
const VIEWS = ['archive','tags','collections','runs','admin','settings']
|
||||
const SETTINGS_TABS = ['profile','tokens','instance']
|
||||
|
||||
function parseLocation() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue