Skip to content

Commit 6eda9bf

Browse files
authored
Fix Favicon Path for MsApplication (#1342)
Fix the favicon path for meta tag "msapplication-TileImage"
1 parent 127fc48 commit 6eda9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/master.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<link rel="icon" type="image/png" sizes="192x192" href="{{ asset('favicons/android-icon-192x192.png') }}">
8686
<link rel="manifest" crossorigin="use-credentials" href="{{ asset('favicons/manifest.json') }}">
8787
<meta name="msapplication-TileColor" content="#ffffff">
88-
<meta name="msapplication-TileImage" content="{{ asset('favicon/ms-icon-144x144.png') }}">
88+
<meta name="msapplication-TileImage" content="{{ asset('favicons/ms-icon-144x144.png') }}">
8989
@endif
9090

9191
</head>

0 commit comments

Comments
 (0)