fix(web): use the single-flame logo for the favicon too

The three-flame icon was wrong for the tab; use the same single flame as
the navbar everywhere and drop the unused three-flame asset.
This commit is contained in:
AgentSeal 2026-06-20 17:34:04 +02:00
parent 13ed6d9095
commit 301febd062
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/codeburn-icon.png" />
<link rel="icon" type="image/png" href="/codeburn-logo.png" />
<title>CodeBurn</title>
</head>
<body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 KiB