function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sam SwannSam Swann 

Implementing Favicon in a Lightning Component

Hi,

For my Portal, I have implemented a Lighinging header component which holds all the top navigations and company's logo.
Now I wanted to take down the Salesforce Cloud favicon and the Tab text(label) with my company's logo (favicon 16X16 icon) and custom text on the tab.

How to implement in a Lightning component?

Thanks. 
Sam SwannSam Swann
<link rel="shortcut icon" href="{!$Resource.Source + '/Source/favicon.ico'}" type="image/x-icon" />
I tried using this, but favicon didn't show up. 
Any suggestions? Any help?

Thanks. 
 
PS01PS01
Did you get to know how to do this?