Skip to content

Commit

Permalink
Update Sidebar.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudnessuche authored Jun 21, 2024
1 parent 6f70ef5 commit 6994134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Sidebar/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Sidebar = () => {
return (
<div className='sidebar'>
<div className='top'>
<img onClick={()=>setExtended(prev=>!prev)} className='menu' src={assets.menu_icon} alt="" />
<img onClick={()=>setExtended(prev=>!prev)} className='menu' src={assets.menu_icon} alt="assets" />
<div onClick={()=>newChat} className='new-chat'>
<img src={assets.plus_icon} alt="" />
{extended?<p>New Chat</p>:null}
Expand Down Expand Up @@ -55,4 +55,4 @@ const Sidebar = () => {
)
}

export default Sidebar
export default Sidebar

0 comments on commit 6994134

Please sign in to comment.