Skip to content

Commit 0441282

Browse files
authored
Add tabindex to the main element
1 parent 28abfb3 commit 0441282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
{{> section.project-link}}
1919

20-
<main role="main">
20+
<main tabindex="-1">
2121

2222
{{> section.table-of-contents}}
2323

0 commit comments

Comments
 (0)