mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 09:26:23 +02:00
Update title from 'RowboatX' to 'Rowboat' in index.html and App.tsx
This commit is contained in:
parent
eb936e3290
commit
80fe2dbf86
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue