feat: integrate PinchChat logo throughout the app

- Use logo.png as favicon (replaces emoji SVG)
- Show logo in header next to title
- Show larger logo on login screen
- Add OG image meta tag
- Add centered logo in README
- Closes feedback item #8
This commit is contained in:
Nicolas Varrot
2026-02-11 16:47:02 +00:00
parent af7d9280fb
commit 97c16be399
5 changed files with 12 additions and 11 deletions

View File

@@ -9,8 +9,9 @@
<meta property="og:description" content="A sleek, dark-themed webchat UI for OpenClaw" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github.com/MarlBurroW/pinchchat" />
<meta property="og:image" content="/logo.png" />
<title>PinchChat</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🦞</text></svg>" />
<link rel="icon" type="image/png" href="/logo.png" />
</head>
<body>
<div id="root"></div>