Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function SettingsNav() {
<div className="mb-4 px-2 text-[11px] uppercase tracking-wider text-muted-foreground">
Settings
</div>
<nav className="space-y-5 text-sm">
<nav aria-label="Settings" className="space-y-5 text-sm">
{GROUPS.map((g) => (
<div key={g.label}>
<div className="mb-1 px-2 text-[10px] uppercase tracking-wider text-muted-foreground">
Expand Down
Loading