Skip to content

Commit

Permalink
Merge pull request #851 from OutSystems/ROU-4633
Browse files Browse the repository at this point in the history
ROU-4633 - [OSUI] - Issue applying favicon icon in PWA application
  • Loading branch information
JoaoFerreira-FrontEnd authored Nov 3, 2023
2 parents 680c4ce + 6a943e7 commit 9141a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/OutSystems/OSUI/Utils/Utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace OutSystems.OSUI.Utils {
callback: () => {
const existingFavicon = OSFramework.OSUI.Helper.Dom.TagSelector(
document.head,
"link[rel*='icon']"
"link[rel='shortcut icon']"
) as HTMLLinkElement;

if (existingFavicon) {
Expand Down

0 comments on commit 9141a14

Please sign in to comment.