NeonClary Cursor commited on
Commit
a2c8495
·
1 Parent(s): c3b9066

fix(ui): set browser tab title to CCAI Demo

Browse files

Replace the generic AI-to-AI conversations label so the tab hover text matches the product name.

Co-authored-by: Cursor <cursoragent@cursor.com>

Files changed (1) hide show
  1. frontend/public/index.html +2 -2
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="Neon.ai - AI to AI Conversations" />
9
- <title>Neon.ai - AI to AI Conversations</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>