Remove favicon bg
Deploy HEOS panel / deploy (push) Successful in 26s

This commit is contained in:
2026-09-17 15:17:42 +02:00
parent 4f858be918
commit 74c232e678
+1 -1
View File
@@ -14,7 +14,7 @@
<link rel="manifest" href="{{ url_for('manifest') }}"> <link rel="manifest" href="{{ url_for('manifest') }}">
<link rel="apple-touch-icon" href="{{ url_for('static', filename='icon-180.png') }}"> <link rel="apple-touch-icon" href="{{ url_for('static', filename='icon-180.png') }}">
<link rel="icon" href="{{ url_for('static', filename='icon-180.png') }}"> <link rel="icon" href="{{ url_for('static', filename='logo.svg') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='panel.css') }}"> <link rel="stylesheet" href="{{ url_for('static', filename='panel.css') }}">
</head> </head>
<body> <body>