ui: replace stale vite.svg reference with RedFlag favicon
🚩
This commit is contained in:
parent
f3893f7850
commit
bac797da6f
2 changed files with 4 additions and 1 deletions
|
|
@ -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
3
web/public/favicon.svg
Normal 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 |
Loading…
Reference in a new issue