File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
apps/dashboard/app/(main)/websites/[id]/assistant/components Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 && (
You can’t perform that action at this time.
0 commit comments