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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user