This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flex-site.git
commit 418482a942582099f7ff41581b6d2b04b47b53c4 Author: Josh Tynjala <joshtynj...@bowlerhat.dev> AuthorDate: Wed Jun 25 11:06:44 2025 -0700 footer: minor layout tweak --- theme/apache/templates/base.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html index c6319421b..4a8ae40c9 100644 --- a/theme/apache/templates/base.html +++ b/theme/apache/templates/base.html @@ -310,12 +310,14 @@ <div class="span3"> <div class="footer-headline"><h4>Subscribe</h4></div> <p>We have two mailing lists, one for SDK developers, and one for SDK users.</p> - <p>Developers, send an email to <br> - <a href="mailto:dev-subscr...@flex.apache.org">dev-subscr...@flex.apache.org</a> - </p> - <p>Users, send an email to <br> + <ul> + <li><p><strong>Users</strong>, send an email to <br> <a href="mailto:users-subscr...@flex.apache.org">users-subscr...@flex.apache.org</a> - </p> + </p></li> + <li><p><strong>Contributors</strong>, send an email to <br> + <a href="mailto:dev-subscr...@flex.apache.org">dev-subscr...@flex.apache.org</a> + </p></li> + </ul> </div> <!-- Latest Releases -->