Update title from 'RowboatX' to 'Rowboat' in index.html and App.tsx

This commit is contained in:
tusharmagar 2026-01-20 00:58:33 +05:30
parent eb936e3290
commit 80fe2dbf86
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RowboatX</title>
<title>Rowboat</title>
</head>
<body>
<div id="root"></div>

View file

@ -1224,7 +1224,7 @@ function App() {
{!hasConversation ? (
<ConversationEmptyState className="h-auto">
<div className="text-4xl font-semibold tracking-tight text-foreground/80 sm:text-5xl md:text-6xl">
RowboatX
Rowboat
</div>
</ConversationEmptyState>
) : (