Watch
1
0
Fork
You've already forked RedFlag
0

ui: replace stale vite.svg reference with RedFlag favicon

🚩
This commit is contained in:
Fimeg 2026-05-22 14:20:26 -04:00
commit bac797da6f
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RedFlag Dashboard</title>
</head>

3
web/public/favicon.svg Normal file
View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<text y=".9em" font-size="90">🚩</text>
</svg>

After

Width:  |  Height:  |  Size: 114 B