[tor-commits] [bridgedb] 29/66: The site intro title is h2, not h1
gitolite role
git at cupani.torproject.org
Wed Jul 27 18:32:34 UTC 2022
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 at 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>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tor-commits
mailing list