Skip to content

Commit

Permalink
Merge pull request #414 from kapilG0/gssoc-level1-ui
Browse files Browse the repository at this point in the history
Cross icon should align side by side of refresh icon in open bot #403
  • Loading branch information
PranavBarthwal authored Jun 18, 2024
2 parents 2dc934c + 173a9db commit 1105246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Chatbot/chatbot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ const Chatbot = () => {
<div className="chat-popup-container">
<div className="chat-popup-header">
<h5>SpaceBot</h5>
<i className="fas fa-sync refresh-icon" onClick={handleRefresh}></i>
<i className="fas fa-times close-icon" onClick={toggleChatbot}></i>
<i style={{marginTop:'1.5%'}} className="fas fa-sync refresh-icon" onClick={handleRefresh}></i>
<i style={{marginTop:'5%'}} className="fas fa-times close-icon" onClick={toggleChatbot}></i>
</div>
<div className="chat-popup-body">
<div className="chat-messages">
Expand Down

0 comments on commit 1105246

Please sign in to comment.