Fix favicon for authorize/login page (#4335)

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
This commit is contained in:
Florian Hotze 2024-08-04 18:11:01 +02:00 committed by GitHub
parent 1ce5b378d3
commit 6d174a91c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="res/icons/apple-touch-icon.png"> <link rel="apple-touch-icon" href="res/icons/apple-touch-icon.png">
<link rel="icon" href="res/icons/favicon.png"> <link rel="icon" href="res/icons/favicon.svg">
<link rel="manifest" href="/manifest.json"> <link rel="manifest" href="/manifest.json">
<style> <style>
body { body {