Skip to content
Prev Previous commit
Next Next commit
some changes
  • Loading branch information
santanu4246 committed Nov 25, 2024
commit b641539a6a6305ad2a2b71c0efad5fd7ff1f0198
2 changes: 1 addition & 1 deletion src/content/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ const ChatBox: React.FC<ChatBoxProps> = ({
<Bot color="#000" className="h-6 w-6" />
</div>
<div className="flex flex-col gap-0">
<h3 className="font-bold text-lg">Your Buddy</h3>
<h3 className="font-bold text-lg">My Buddy</h3>
<h6 className="font-normal text-sm">
{isResponseLoading ? 'Typing...' : 'Online'}
</h6>
Expand Down