Skip to content

Commit e574306

Browse files
committed
fix: remove redundant role="section" from <section> element
1 parent 5742ee4 commit e574306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>All projects</h2>
8484
</div>
8585
</main>
8686

87-
<section id="contribute" role="section" aria-labelledby="h-contributing">
87+
<section id="contribute" aria-labelledby="h-contributing">
8888
<div class="container">
8989
<h2 id="h-contributing" class="visually-hidden">Contributing</h2>
9090
<div class="grid sm-two-columns">

0 commit comments

Comments
 (0)