From ee86af6fbb2848bc545327dd76cee2a7ed3b052e Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 17 Jun 2026 06:21:01 +0800 Subject: [PATCH] style(ui): update reset auth token button icon to a power symbol --- dashboard/src/components/Icon.tsx | 1 + dashboard/src/components/Sidebar.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/src/components/Icon.tsx b/dashboard/src/components/Icon.tsx index 93db803..14daf65 100644 --- a/dashboard/src/components/Icon.tsx +++ b/dashboard/src/components/Icon.tsx @@ -19,6 +19,7 @@ const paths: Record = { shield: , cube: , terminal: , + power: , settings: , menu: , globe: , diff --git a/dashboard/src/components/Sidebar.tsx b/dashboard/src/components/Sidebar.tsx index 82f9468..2636305 100644 --- a/dashboard/src/components/Sidebar.tsx +++ b/dashboard/src/components/Sidebar.tsx @@ -83,7 +83,7 @@ export function Sidebar({ onClick={onResetAuthClick} style={{ color: '#d32f2f' }} > - + {!collapsed ? 'Reset Token' : ''}