Skip to content

Commit

Permalink
update header icons
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar committed Sep 10, 2024
1 parent 4680428 commit 8939ea3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/chat/public/images/icons/move-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions apps/chat/public/images/icons/move-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions apps/chat/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,15 @@ const Header = () => {
height={headerIconSize}
/>

<MoveLeftIcon
className="text-secondary hover:text-accent-secondary max-md:hidden"
<MoveRightIcon
className="rotate-180 text-secondary hover:text-accent-secondary max-md:hidden"
width={headerIconSize}
height={headerIconSize}
/>
</>
) : (
<MoveRightIcon
className="text-secondary hover:text-accent-secondary"
<MoveLeftIcon
className="rotate-180 text-secondary hover:text-accent-secondary"
width={headerIconSize}
height={headerIconSize}
/>
Expand Down

0 comments on commit 8939ea3

Please sign in to comment.