This is an automated email from the ASF dual-hosted git repository. meonkeys pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/fineract-site.git
commit bac71bc027fa69727ee5912851aa8de975b16894 Author: Adam Monsen <[email protected]> AuthorDate: Wed Feb 11 12:55:15 2026 -0800 make top-level h3 into an h2 to fix ordering attempt to fix a11y, will check with https://www.accessibilitychecker.org/audit/?website=https%3A%2F%2Ffineract.apache.org&flag=us --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 929d8ba..66d6096 100644 --- a/index.html +++ b/index.html @@ -414,7 +414,7 @@ <main class="container"> <h1 class="visually-hidden">Apache Fineract</h1> <section class="section"> - <h3 class="center-align">Platform for Digital Financial Services</h3> + <h2 class="center-align">Platform for Digital Financial Services</h2> <div class="row"> <div class="col s12">
