diff --git a/src/routes/more/+page.svelte b/src/routes/more/+page.svelte index a97e2a5..5275d3e 100644 --- a/src/routes/more/+page.svelte +++ b/src/routes/more/+page.svelte @@ -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 },