fix(settings): mark active nav page (#1164)

Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com>
This commit is contained in:
Isaac Sanchez-Hawkins
2026-05-08 19:52:13 +03:00
committed by GitHub
co-authored by Isaac Sanchez
parent 1ef5917932
commit 83ea6a70eb
@@ -568,6 +568,7 @@ export const SettingsView: React.FC<SettingsViewProps> = ({ onClose, forceMobile
<button
type="button"
onClick={() => openPage(page.slug)}
aria-current={selected ? 'page' : undefined}
className={cn(
'flex h-8 items-center gap-2 rounded-md px-2 overflow-hidden',
selected