Skip to content

Commit

Permalink
Merge pull request #314 from cakephp/fix
Browse files Browse the repository at this point in the history
social links fix (v1)
  • Loading branch information
othercorey committed Oct 8, 2023
2 parents af7e96d + e86d94d commit 2e06d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cakephp/footer.latte
@@ -1,7 +1,7 @@
<section id="socials" class="back-3">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-7 social-footer text-center ">
<div class="col-xs-12 col-sm-12 col-lg-12 social-footer text-center ">
<a href="https://phpc.social/@cakephp" rel="me" aria-label="Twitter" data-toggle="tooltip" title="Mastodon"><i class="fa-brands icon-social fa-mastodon"></i></a>
<a href="https://twitter.com/cakephp" aria-label="Twitter" data-toggle="tooltip" title="Twitter"><i class="fa-brands icon-social fa-twitter"></i></a>
<a href="https://www.facebook.com/groups/cake.community" aria-label="Facebook" data-toggle="tooltip" title="Facebook"><i class="fa-brands icon-social fa-facebook"></i></a>
Expand Down

0 comments on commit 2e06d60

Please sign in to comment.