Skip to content

Commit

Permalink
Merge pull request #120 from mhsekhavat/patch-1
Browse files Browse the repository at this point in the history
Remove shortcut from favicon link
  • Loading branch information
nschloe authored Nov 8, 2021
2 parents b6c6aa6 + f0df0c9 commit 2d91765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuna/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>tuna - ${filename}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link rel="shortcut icon" type="image/png" href="static/favicon256.png" />
<link rel="icon" type="image/png" href="static/favicon256.png" />

<link href="static/tuna.css" rel="stylesheet" />
<link rel="stylesheet" href="static/bootstrap.min.css" />
Expand Down

0 comments on commit 2d91765

Please sign in to comment.