This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch main in repository bridgedb.
commit 03e25f95e2189b9c0a9a951db5c81483908d1d34 Author: kez kez@torproject.org AuthorDate: Wed Jun 1 17:56:17 2022 -0700
The site intro title is h2, not h1 --- frontend/templates/homepage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/templates/homepage.html b/frontend/templates/homepage.html index e7e6638..840fcd0 100644 --- a/frontend/templates/homepage.html +++ b/frontend/templates/homepage.html @@ -6,7 +6,7 @@ <div class="row"> <div class="col-12 content-center pt-5"> <div class="row"> - <h1 class="mx-auto display-2 text-center text-white">{{ this.title }}</h1> + <h2 class="mx-auto display-2 text-center text-white">{{ this.title }}</h2> </div> </div> </div>