Skip to content
Snippets Groups Projects
Commit 6567886c authored by Bas Vredeling's avatar Bas Vredeling Committed by Alex Borsody
Browse files

Issue #3089131 by basvredeling: Invalid apple touch icon image

parent 23f0fa67
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,10 @@ function pwa_extras_tag_list($status_color) {
}
function pwa_extras_apple_touch_icons() {
$config = \Drupal::config('pwa.config');
return [
'touch-icon-default' => '<link rel="apple-touch-icon" sizes="192x192" href="/img/icons/app-icon-192.png">',
'touch-icon-default' => '<link rel="apple-touch-icon" sizes="192x192" href="' . $config->get('image_small') . '">',
];
}
......
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