feat: add package icon as favicon and in top bar title
All checks were successful
CI / ci (push) Successful in 12s

Add Lucide package icon as SVG favicon (white stroke) and display it
next to the GearBox title in the TotalsBar.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-15 22:57:43 +01:00
parent 9bcdcc7168
commit 5938a686c7
3 changed files with 12 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>GearBox</title>
</head>
<body>