From 0e4f6cea6a4f8d1f860ded405a66f9fca9d93d96 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Fri, 12 May 2023 16:43:04 +0200 Subject: Updated 5 files and added 29 files (automated) --- includes/components/navigation.inc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'includes/components/navigation.inc') diff --git a/includes/components/navigation.inc b/includes/components/navigation.inc index 4f7a51f..a5aa734 100644 --- a/includes/components/navigation.inc +++ b/includes/components/navigation.inc @@ -205,6 +205,14 @@ $navigation_admin = [ "stepped" => null, "private" => true ], + [ + "name" => $pages["pair"]["name"][$lang["_name"]], + "icon" => "/assets/icons/pair.svg", + "invert" => true, + "link" => "/-/pair", + "stepped" => null, + "private" => true + ], [ "name" => $pages["logout"]["name"][$lang["_name"]], "icon" => "/assets/icons/logout.svg", -- cgit