Skip to content

Commit fc9e765

Browse files
committed
fix: rename nova to databunny
1 parent 1dc3dd1 commit fc9e765

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

apps/dashboard/app/(main)/websites/[id]/assistant/components/loading-message.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ export function LoadingMessage() {
1515
<div className="h-2 w-2 animate-bounce rounded-full bg-current [animation-delay:-0.15s]" />
1616
<div className="h-2 w-2 animate-bounce rounded-full bg-current" />
1717
</div>
18-
<span className="text-muted-foreground">Nova is analyzing...</span>
18+
<span className="text-muted-foreground">
19+
Databunny is analyzing...
20+
</span>
1921
</div>
2022
</div>
2123
</div>

apps/dashboard/app/(main)/websites/[id]/assistant/components/message-bubble.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,9 @@ function InProgressMessage({ message }: { message: Message }) {
147147
<div className="h-2 w-2 animate-bounce rounded-full bg-foreground [animation-delay:-0.15s]" />
148148
<div className="h-2 w-2 animate-bounce rounded-full bg-foreground" />
149149
</div>
150-
<span className="text-muted-foreground">Nova is analyzing...</span>
150+
<span className="text-muted-foreground">
151+
Databunny is analyzing...
152+
</span>
151153
</div>
152154

153155
{hasThinkingSteps && (

0 commit comments

Comments
 (0)