From c9ce4d3245dbbae30ceb0cb14ffbcafc3767ce63 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <lsanfilippo@techfak.uni-bielefeld.de>
Date: Mon, 2 Dec 2024 17:38:22 +0100
Subject: [PATCH] reihenfolge judging

---
 src/pages.ts | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/pages.ts b/src/pages.ts
index a8e5788..1621697 100644
--- a/src/pages.ts
+++ b/src/pages.ts
@@ -20,7 +20,7 @@
   SafetySidebar
 } from "./contents"; 
 import { DescSidebar, NoSidebar, EngSide } from "./contents";
-import {  IBIE,  JUDGEH, PRODESC,  SUPH, PARTH, ENGH,  HOMEH, HPH, SPONH, RESH, ATTH, CONTH, DESCH, IMPH, NOTEH, SAFEH, TEAMH } from "./contents";
+import {  IBIE,  JUDGEH, PRODESC,  PARTH, ENGH,  HOMEH, HPH, SPONH, RESH, ATTH, CONTH, DESCH, IMPH, NOTEH, SAFEH, TEAMH } from "./contents";
 import { Methods } from "./contents/methods";
 import { METHH } from "./headers/meth-h";
 import { ConSidebar } from "./sidebars/conS";
@@ -387,9 +387,9 @@ export const NavPages: (Page | PageRef | Folder)[] = [
           path: "/judging?scrollTo=Overview",
         },
         {
-          name: "Best New Basic Part",
+          name: "Best Integrated Human Practice",
           title: "Judging",
-          path: "/judging?scrollTo=best-new-basic-part",
+          path: "/judging?scrollTo=best-integrated-human-practice",
         },
         {
           name: "Safety & Security",
@@ -397,10 +397,10 @@ export const NavPages: (Page | PageRef | Folder)[] = [
           path: "/judging?scrollTo=safety-security",
         },
         {
-          name: "Best Integrated Human Practice",
+          name: "Best New Basic Part",
           title: "Judging",
-          path: "/judging?scrollTo=best-integrated-human-practice",
-        },
+          path: "/judging?scrollTo=best-new-basic-part",
+        }, 
       ]
     },
     {
-- 
GitLab