From 209356b8ade1920b50d1d3a1a5e121c6623d167b Mon Sep 17 00:00:00 2001
From: Minteck <contact@minteck.org>
Date: Fri, 11 Nov 2022 23:47:49 +0100
Subject: Update

---
 includes/navigation.inc | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

(limited to 'includes/navigation.inc')

diff --git a/includes/navigation.inc b/includes/navigation.inc
index 8ad019c..8e6e8cd 100644
--- a/includes/navigation.inc
+++ b/includes/navigation.inc
@@ -81,10 +81,10 @@ $navigation_admin = [
                     "stepped" => null
                 ],
                 [
-                    "name" => $pages["rules"]["name"],
-                    "icon" => "/assets/icons/rules.svg",
+                    "name" => $pages["rules-old"]["name"],
+                    "icon" => "/assets/icons/rules-old.svg",
                     "invert" => true,
-                    "link" => "/-/rules",
+                    "link" => "/-/rules-old",
                     "stepped" => null
                 ],
                 [
@@ -94,6 +94,13 @@ $navigation_admin = [
                     "link" => "/-/docs",
                     "stepped" => null
                 ],
+                [
+                    "name" => $pages["computers"]["name"],
+                    "icon" => "/assets/icons/computers.svg",
+                    "invert" => true,
+                    "link" => "/-/computers",
+                    "stepped" => null
+                ],
                 [
                     "name" => $pages["nicknames"]["name"],
                     "icon" => "/assets/icons/nicknames.svg",
@@ -228,7 +235,7 @@ $navigation_global = [
                 ]
             ]
         ],
-        "tools" => [
+        /*"tools" => [
             "name" => "Tools",
             "minimal" => false,
             "items" => [
@@ -247,7 +254,7 @@ $navigation_global = [
                     "stepped" => null
                 ]
             ]
-        ]
+        ]*/
     ]
 ];
 $navigation_cloudburst = [
-- 
cgit