Skip to content

Commit 8d3eed7

Browse files
committed
Remove unnecessary tabindex on Skip to main button
1 parent 3e2302d commit 8d3eed7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/lib/src/layouts/dash_layout.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ ga('send', 'pageview');
179179
id: 'skip-to-main',
180180
classes: 'filled-button',
181181
href: '#site-content-title',
182-
attributes: {'tabindex': '1'},
183182
[text('Skip to main content')],
184183
),
185184
const CookieNotice(),

0 commit comments

Comments
 (0)