From 83ea6a70eb22f1d132ad7611a47d44ae6ac06cc4 Mon Sep 17 00:00:00 2001 From: Isaac Sanchez-Hawkins <266845420+isanchez404@users.noreply.github.com> Date: Fri, 8 May 2026 12:52:13 -0400 Subject: [PATCH] fix(settings): mark active nav page (#1164) Co-authored-by: Isaac Sanchez --- packages/ui/src/components/views/SettingsView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/src/components/views/SettingsView.tsx b/packages/ui/src/components/views/SettingsView.tsx index 23fed5a4..5dd5d282 100644 --- a/packages/ui/src/components/views/SettingsView.tsx +++ b/packages/ui/src/components/views/SettingsView.tsx @@ -568,6 +568,7 @@ export const SettingsView: React.FC = ({ onClose, forceMobile