fix(settings): mark active nav page (#1164)
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user