I noticed that the FA6 collection in Bootstrap Studio is still using the old Twitter logo, while the new one is available now.
How can we use the updated logo?
I noticed that the FA6 collection in Bootstrap Studio is still using the old Twitter logo, while the new one is available now.
How can we use the updated logo?
It will possibly be added in the next update to BSS, in the meantime you can still manually add the classes to an icon element, or add this to a custom code element:
<i class="fa-brands fa-x-twitter"></i>
Other options include downloading the X logo as an SVG file (download link is on this page) and inserting it as an image, or adding the raw SVG code to a custom code object. These methods will allow you to see the icon in your workspace, and modify its characteristics.
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>