Spaces:
Running
Running
NeonClary Cursor commited on
Commit ·
a2c8495
1
Parent(s): c3b9066
fix(ui): set browser tab title to CCAI Demo
Browse filesReplace the generic AI-to-AI conversations label so the tab hover text matches the product name.
Co-authored-by: Cursor <cursoragent@cursor.com>
frontend/public/index.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
<link rel="icon" type="image/png" href="/neon-logo.png" />
|
| 7 |
<meta name="theme-color" content="#6366F1" />
|
| 8 |
-
<meta name="description" content="
|
| 9 |
-
<title>
|
| 10 |
</head>
|
| 11 |
<body>
|
| 12 |
<div id="root"></div>
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
| 6 |
<link rel="icon" type="image/png" href="/neon-logo.png" />
|
| 7 |
<meta name="theme-color" content="#6366F1" />
|
| 8 |
+
<meta name="description" content="CCAI Demo" />
|
| 9 |
+
<title>CCAI Demo</title>
|
| 10 |
</head>
|
| 11 |
<body>
|
| 12 |
<div id="root"></div>
|