This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/causeway-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4e0960165 adds titles to social-links
4e0960165 is described below

commit 4e09601658f36dcaa09266d1bdbf2d4a66d76579
Author: Andi Huber <[email protected]>
AuthorDate: Tue Feb 21 09:59:24 2023 +0100

    adds titles to social-links
---
 content/index.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/content/index.html b/content/index.html
index d17309517..c0b3560e2 100644
--- a/content/index.html
+++ b/content/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/2.0.0-M9/support/mailing-list.html" class="email"><i 
class="fa fa-at"></i></a>
-      <a href="docs/2.0.0-M9/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/2.0.0-M9/support/mailing-list.html" 
class="email"><i class="fa fa-at"></i></a>
+      <a title="Slack Channel" href="docs/2.0.0-M9/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>

Reply via email to