Adjust menu order
This commit is contained in:
parent
8b361bb7de
commit
c672495a5f
@ -16,11 +16,11 @@
|
||||
const title = "More";
|
||||
|
||||
const links = [
|
||||
{ title: "Your Data", path: "/more/data", icon: IconUser },
|
||||
{ title: "Registration", path: "/more/reg", icon: IconUserPlus },
|
||||
{ title: "Help", path: "https://docs.owlboard.info", icon: IconHelp },
|
||||
{ title: "Settings", path: "/more/settings", icon: IconSettings },
|
||||
{ title: "Help", path: "/more/help", icon: IconHelp },
|
||||
{ title: "Your Data", path: "/more/data", icon: IconUser },
|
||||
{ title: "About", path: "/more/about", icon: IconInfoCircle },
|
||||
{ title: "Registration", path: "/more/reg", icon: IconUserPlus },
|
||||
{ title: "Location Reference Code Lookup", path: "/more/corpus", icon: IconLocation },
|
||||
{ title: "Reason Code Lookup", path: "/more/reasons", icon: IconMessageCode },
|
||||
{ title: "Privacy Policy", path: "/more/privacy", icon: IconSpy },
|
||||
|
Loading…
Reference in New Issue
Block a user