fix: favicon #441

This commit is contained in:
Daan Wijns 2022-07-03 10:39:33 +02:00
parent d037598a52
commit b7e7de1e90
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
"typeface-roboto": "^1.1.13",
"typeface-roboto-mono": "^1.1.13",
"uuid": "^8.3.2",
"vue": "^2.7.0",
"vue": "^2.7",
"vue-apexcharts": "^1.6.2",
"vue-i18n": "^8.26.7",
"vue-router": "^3.5.1",

View file

@ -6,7 +6,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="./favicon.ico?s=1">
<link rel="icon" type="image/png" href="./favicon.ico?s=1">
<title>qBittorrent</title>
</head>
<body>