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