Skip to content

Commit 935e85f

Browse files
committed
minor #1475 Update some icons in the footer (javiereguiluz)
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
2 parents 633aaa6 + aa052ec commit 935e85f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

templates/base.html.twig

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,11 @@
153153
</div>
154154
<div id="footer-resources" class="col-md-6">
155155
<p>
156-
<a href="https://twitter.com/symfony" title="Symfony Twitter">
157-
<i class="fa fa-twitter" aria-hidden="true"></i>
156+
<a rel="noopener noreferrer" target="_blank" href="https://twitter.com/symfony" title="Symfony on X (formerly Twitter)">
157+
<i class="fa-brands fa-x-twitter" aria-hidden="true"></i>
158158
</a>
159-
<a href="https://www.facebook.com/SensioLabs" title="SensioLabs Facebook">
160-
<i class="fa fa-facebook" aria-hidden="true"></i>
161-
</a>
162-
<a href="https://symfony.com/blog/" title="Symfony Blog">
163-
<i class="fa fa-rss" aria-hidden="true"></i>
159+
<a target="_blank" href="https://symfony.com/blog/" title="Symfony Blog">
160+
<i class="fa-solid fa-rss" aria-hidden="true"></i>
164161
</a>
165162
</p>
166163
</div>

0 commit comments

Comments
 (0)