Skip to content

Commit

Permalink
Update ChatAssistant.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-848 authored Jun 1, 2024
1 parent 737f427 commit 2fc77b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/ChatAssistant/ChatAssistant.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const ChatAssistant = () => {
const closeChatbot = () => {
setIsOpen(false);
};

return (
<div className="chatbot">
<img
Expand Down

0 comments on commit 2fc77b0

Please sign in to comment.