Skip to content

Commit

Permalink
Merge pull request #1 from Woahai321/Woahai321-patch-4
Browse files Browse the repository at this point in the history
Added Bot name in first chat text - Update chat.blade.php
  • Loading branch information
Woahai321 authored Jun 10, 2023
2 parents 1b29c44 + 39872a4 commit df4c6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-server/resources/views/chat.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class="absolute inset-0 border-2 border-transparent peer-checked:border-indigo-4
<div>
<div
class="text-sm bg-indigo-500 text-white p-3 rounded-lg rounded-tl-none border border-transparent shadow-md mb-1">
Hello, I'm here to help. What can I do for you today?
Hello, I'm {{$bot->getName()}}, and here to help! What can I do for you today?
</div>
<div class="flex items-center justify-between">

Expand Down

0 comments on commit df4c6ef

Please sign in to comment.