refactor: unify all brand icons to single SVG from DS v0.1.36
Replace PNG favicons and brand logos with cameleer3-logo.svg from @cameleer/design-system/assets. Favicon, login dialog, and sidebar all use the same SVG. Remove PNG favicon files from public/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png" />
|
||||
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Cameleer3</title>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user