Skip to content

Commit

Permalink
minor #1475 Update some icons in the footer (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

Update some icons in the footer

This is mostly to update the icon of ~Twitter~ X.

Commits
-------

aa052ec Update some icons in the footer
  • Loading branch information
javiereguiluz committed Dec 11, 2023
2 parents 633aaa6 + aa052ec commit 935e85f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,11 @@
</div>
<div id="footer-resources" class="col-md-6">
<p>
<a href="https://twitter.com/symfony" title="Symfony Twitter">
<i class="fa fa-twitter" aria-hidden="true"></i>
<a rel="noopener noreferrer" target="_blank" href="https://twitter.com/symfony" title="Symfony on X (formerly Twitter)">
<i class="fa-brands fa-x-twitter" aria-hidden="true"></i>
</a>
<a href="https://www.facebook.com/SensioLabs" title="SensioLabs Facebook">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="https://symfony.com/blog/" title="Symfony Blog">
<i class="fa fa-rss" aria-hidden="true"></i>
<a target="_blank" href="https://symfony.com/blog/" title="Symfony Blog">
<i class="fa-solid fa-rss" aria-hidden="true"></i>
</a>
</p>
</div>
Expand Down

0 comments on commit 935e85f

Please sign in to comment.