Skip to content

Commit

Permalink
static/frontend: added heading level in homepage.
Browse files Browse the repository at this point in the history
https://screenshot.googleplex.com/6s5RbUYVVzAMDga.png

Change-Id: Idbe2b8e58f8849aad65b96bf8dc901d733cd9253
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/519355
Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
Run-TryBot: Suzy Mueller <suzmue@golang.org>
kokoro-CI: kokoro <noreply+kokoro@google.com>
  • Loading branch information
Prudhvi Krishna Chintala authored and gopherbot committed Aug 21, 2023
1 parent 5263b5a commit 5c114c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/frontend/homepage/homepage.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
{{define "pre-footer"}}
<div class="Questions">
<div class="Questions-content">
<div class="Questions-header">Frequently asked questions:</div>
<div class="Questions-header" role="heading" aria-level="1">Frequently asked questions:</div>
<ul>
<li><a href="https://go.dev/about#adding-a-package">How can I add a package?</a></li>
<li><a href="https://go.dev/about#removing-a-package">How can I remove a package?</a></li>
Expand Down

0 comments on commit 5c114c2

Please sign in to comment.