Skip to content

Commit

Permalink
Fix favicon for authorize/login page (openhab#4335)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 authored Aug 4, 2024
1 parent 1ce5b37 commit 6d174a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.openhab.core.io.http.auth/pages/authorize.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<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="icon" href="res/icons/favicon.png">
<link rel="icon" href="res/icons/favicon.svg">
<link rel="manifest" href="/manifest.json">
<style>
body {
Expand Down

0 comments on commit 6d174a9

Please sign in to comment.