Skip to content

Commit

Permalink
Fix chats
Browse files Browse the repository at this point in the history
  • Loading branch information
jahongiry committed Mar 3, 2024
1 parent d3496fb commit 7818872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/chat/charHeader/chatHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const ChatHeader = ({ sender }) => {

return (
<div className='chat-header'>
<Link to='../chatfront' className='back-button'>
<Link to='../chats' className='back-button'>
<ion-icon name='arrow-back-outline'></ion-icon>
</Link>
<div className='user-info'>
Expand Down

0 comments on commit 7818872

Please sign in to comment.