Update favicon to new AI ML Operations logo.
Unit Tests / test (pull_request) Successful in 10s

Closes #18. Replace stale favicon.jpg/ICO assets with multi-size ICO, PNG, and apple-touch-icon generated from the new brand mark, and point index.html/manifest at them.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-26 06:34:31 -05:00
co-authored by Cursor
parent 45d441dcba
commit f703ebcc25
10 changed files with 16 additions and 4 deletions
+4 -2
View File
@@ -3,11 +3,13 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.jpg" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" sizes="any" />
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Chat app by AI ML Operations, LLC" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/