From cc2a438199b02c78e5b2e2b71de8e56f6617eae9 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sat, 3 Jun 2023 14:10:08 +0200 Subject: Updated 15 files (automated) --- includes/components/navigation.inc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'includes/components/navigation.inc') diff --git a/includes/components/navigation.inc b/includes/components/navigation.inc index 9a777ce..f08fca2 100644 --- a/includes/components/navigation.inc +++ b/includes/components/navigation.inc @@ -157,14 +157,6 @@ $navigation_admin = [ "stepped" => null, "private" => false ], - [ - "name" => $pages["rules"]["name"][$lang["_name"]], - "icon" => "/assets/icons/rules.svg", - "invert" => true, - "link" => "/-/rules", - "stepped" => null, - "private" => true - ], [ "name" => $pages["toys"]["name"][$lang["_name"]], "icon" => "/assets/icons/toys.svg", -- cgit