Skip to content

Commit d0f67a3

Browse files
authored
Merge pull request #17 from ItinerisLtd/apple-touch-icon-duplicate
fix(apple): remove duplicate redundant apple icon link
2 parents 2e8e1ec + a48d89c commit d0f67a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AcornFavicons.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ protected function generateAppleIconMetaTags(): array
167167
{
168168
return [
169169
$this->generateLinkTag('appleIcon', 'apple-touch-icon.png', '180x180'),
170-
$this->generateLinkTag('appleIcon', 'apple-touch-icon-precomposed.png', '180x180'),
171170
];
172171
}
173172

0 commit comments

Comments
 (0)