From a64e4eee30af2abd578d7804aeb4b8cf292a6a86 Mon Sep 17 00:00:00 2001 From: CyberMind Date: Thu, 21 May 2026 11:43:19 +0200 Subject: [PATCH] =?UTF-8?q?fix(auth):=20icon=20=F0=9F=9B=82=20=E2=86=92=20?= =?UTF-8?q?=F0=9F=8E=AF=20per=20charter=20=C2=A7Module=20Icons/Symbols=20(?= =?UTF-8?q?AUTH=20=3D=20hexagonal=20target)=20(#317)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two places updated: * packages/secubox-authelia/www/authelia/index.html header H1 * packages/secubox-hub/api/main.py CATEGORY_META.auth.icon Co-authored-by: CyberMind-FR --- packages/secubox-authelia/www/authelia/index.html | 2 +- packages/secubox-hub/api/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/secubox-authelia/www/authelia/index.html b/packages/secubox-authelia/www/authelia/index.html index 24b87fd0..8b6af5e5 100644 --- a/packages/secubox-authelia/www/authelia/index.html +++ b/packages/secubox-authelia/www/authelia/index.html @@ -80,7 +80,7 @@
-

🛂 Auth — SSO control

+

🎯 Auth — SSO control

← hub Open SSO Portal → diff --git a/packages/secubox-hub/api/main.py b/packages/secubox-hub/api/main.py index e278b1e2..2b7d8db3 100644 --- a/packages/secubox-hub/api/main.py +++ b/packages/secubox-hub/api/main.py @@ -1750,7 +1750,7 @@ CATEGORY_META = { # Every menu.d entry MUST set `category` to one of these six. The # ordering mirrors the charter's complementary-pair sequence: # AUTH/WALL/BOOT then their counterparts MIND/ROOT/MESH. - "auth": {"name": "Auth", "icon": "🛂", "order": 0, "color": "#C04E24"}, + "auth": {"name": "Auth", "icon": "🎯", "order": 0, "color": "#C04E24"}, "wall": {"name": "Wall", "icon": "🛡️", "order": 1, "color": "#9A6010"}, "boot": {"name": "Boot", "icon": "🚀", "order": 2, "color": "#803018"}, "mind": {"name": "Mind", "icon": "🧠", "order": 3, "color": "#3D35A0"},