Remove icon, prefer automatic use of /favicon.ico of the host site.

This commit is contained in:
Leo Vasanko 2025-09-02 10:17:40 -06:00
parent 0e7858b15d
commit cead912ddc
3 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
<html lang="">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/src/assets/icon.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Admin</title>
</head>

View File

@ -2,7 +2,6 @@
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/src/assets/icon.webp">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Authentication</title>
</head>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB