Skip to content

Commit

Permalink
Merge pull request #37 from neo4j-labs/feature/migrate-to-needle-vers…
Browse files Browse the repository at this point in the history
…ion-3

Feature/migrate to needle version 3
  • Loading branch information
msenechal authored Nov 26, 2024
2 parents fd62ecb + a179e56 commit 5ef1e78
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified src/assets/img/component/ChatbotImg-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/component/ChatbotImg-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/templates/shared/components/Chatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Chatbot(props: ChatbotProps) {
setListMessages((listMessages) => [...listMessages, userMessage]);
setInputMessage('');

const chatbotReply = 'Hello Sir, how can I help you today?'; // Replace with getting a response from your chatbot through your APIs
const chatbotReply = 'Hello, how can I help you today?'; // Replace with getting a response from your chatbot through your APIs
simulateTypingEffect(chatbotReply);
};

Expand Down

0 comments on commit 5ef1e78

Please sign in to comment.