From f5466fbcd7759551b6b9fa121bae8d1c69102cfd Mon Sep 17 00:00:00 2001 From: anmolsinghbhatia Date: Wed, 2 Sep 2026 13:33:28 +0530 Subject: [PATCH] fix: restore Settings breadcrumb label after icon rename The migration's identifier rename also rewrote the string literal, so the breadcrumb displayed the icon component name instead of the label. --- apps/admin/components/common/header/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/admin/components/common/header/index.tsx b/apps/admin/components/common/header/index.tsx index 7c148a3d2d..c75fdc7e66 100644 --- a/apps/admin/components/common/header/index.tsx +++ b/apps/admin/components/common/header/index.tsx @@ -74,7 +74,7 @@ export const AdminHeader = observer(function AdminHeader() { } render={} />