Skip to content

Commit 508eba1

Browse files
committed
Fix incorrect path to favicon.ico
1 parent c3f7e16 commit 508eba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specifyweb/frontend/templates/body.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="theme-color" content="#F79244"/>
1212
<link rel="apple-touch-icon" sizes="180x180" href="/static/img/apple-touch-icon.png">
1313
<link rel="mask-icon" href="/static/img/safari-pinned-tab.svg" color="#F79244">
14-
<link rel="shortcut icon" href="/static/img/favicon.ico">
14+
<link rel="shortcut icon" href="/favicon.ico" sizes="any">
1515
<link rel="icon" href="/static/img/favicon-512x512.png" sizes="any">
1616
<link rel="icon" href="/static/img/short_logo.svg" type="image/svg+xml">
1717
<link rel="manifest" href="/static/manifest.json">

0 commit comments

Comments
 (0)