Skip to content
Snippets Groups Projects
Unverified Commit 46e04a30 authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Merge pull request #23520 from nhirokinet/patch-1

manifest to report correct favicon size
parents 6d2471d3 3a05334f
No related branches found
No related tags found
No related merge requests found
......@@ -383,7 +383,7 @@ class ThemingController extends Controller {
'src' => $this->urlGenerator->linkToRoute('theming.Icon.getTouchIcon',
['app' => $app]) . '?v=' . $cacheBusterValue,
'type' => 'image/png',
'sizes' => '128x128'
'sizes' => '512x512'
],
[
'src' => $this->urlGenerator->linkToRoute('theming.Icon.getFavicon',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment