I'm currently working on customizing links within a Google Maps info-bubble using Bootstrap and font awesome Icons.
Successfully integrated a list-group from bootstrap for my links in the info bubble, but running into issues when trying to include a font awesome Icon with the link.
<a href="https://www.youtube.com/watch?v=u8iaZF-iFNk" target="_blank" class="list-group-item list-group-item-action"> <i class="fab fa-youtube"></i> Hiking 42 Miles along Michigan's Lake Superior (Adventure Archive)</a>
Referred to this link for the code implementation.
However, upon testing on my site, the font awesome icon isn't displaying as expected based on the example I followed.
https://i.sstatic.net/mrlvk.jpg
Struggling to figure out what could be going wrong....