diff options
Diffstat (limited to 'includes/components/navigation.inc')
-rw-r--r-- | includes/components/navigation.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/components/navigation.inc b/includes/components/navigation.inc index f08fca2..b82e247 100644 --- a/includes/components/navigation.inc +++ b/includes/components/navigation.inc @@ -174,7 +174,7 @@ $navigation_admin = [ "private" => true ], [ - "name" => $pages["computers"]["name"][$lang["_name"]], + "name" => $pages["computers"]["name"][$lang["_name"]] . "<span class='badge bg-warning text-black rounded-pill' style='position:relative;top:-1px; margin-left: 5px;'>EOL</span>", "icon" => "/assets/icons/computers.svg", "invert" => true, "link" => "/-/computers", |