This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new d7d66dec09 CAUSEWAY-3222: adds titles to social-links
d7d66dec09 is described below
commit d7d66dec091aae45eb6bd14f7b0c9a22b1a2b961
Author: Andi Huber <[email protected]>
AuthorDate: Tue Feb 21 09:59:04 2023 +0100
CAUSEWAY-3222: adds titles to social-links
---
antora/supplemental-ui/index.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/antora/supplemental-ui/index.html
b/antora/supplemental-ui/index.html
index 290e3c99f2..33713395cd 100644
--- a/antora/supplemental-ui/index.html
+++ b/antora/supplemental-ui/index.html
@@ -69,11 +69,11 @@
<i class="fa fa-envelope-o"></i> <a
href="mailto:[email protected]">[email protected]</a>
</div>
<div class="social-links float-right">
- <a href="docs/latest/support/mailing-list.html" class="email"><i
class="fa fa-at"></i></a>
- <a href="docs/latest/support/slack-channel.html" class="slack"><i
class="fa fa-slack"></i></a>
- <a
href="https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=87"
class="bug"><i class="fa fa-bug"></i></a>
- <a href="https://stackoverflow.com/questions/tagged/causeway"
class="stackoverflow"><i class="fa fa-stack-overflow"></i></a>
- <a href="https://twitter.com/ApacheCauseway" class="twitter"><i
class="fa fa-twitter"></i></a>
+ <a title="Mailing List" href="docs/latest/support/mailing-list.html"
class="email"><i class="fa fa-at"></i></a>
+ <a title="Slack Channel" href="docs/latest/support/slack-channel.html"
class="slack"><i class="fa fa-slack"></i></a>
+ <a title="Bug Reports (Jira)"
href="https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=87"
class="bug"><i class="fa fa-bug"></i></a>
+ <a title="Stackoverflow"
href="https://stackoverflow.com/questions/tagged/causeway"
class="stackoverflow"><i class="fa fa-stack-overflow"></i></a>
+ <a title="Twitter" href="https://twitter.com/ApacheCauseway"
class="twitter"><i class="fa fa-twitter"></i></a>
</div>
</div>
</section>