Skip to content

Commit

Permalink
change back icon to sidebar icon in v04 feed mobile header
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Nov 14, 2023
1 parent ce26195 commit dfdb75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
width: 1.5rem;
height: 1.5rem;
margin-right: 0.625rem;
transform: rotate(180deg);
color: $c-neutrals-600;
}

.image {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NewStreamButton } from "@/pages/common/components/CommonTabPanels/compo
import { useRoutesContext } from "@/shared/contexts";
import { useCommonFollow } from "@/shared/hooks/useCases";
import { useIsTabletView } from "@/shared/hooks/viewport";
import { RightArrowThinIcon, StarIcon } from "@/shared/icons";
import { SidebarIcon, StarIcon } from "@/shared/icons";
import {
CirclesPermissions,
Common,
Expand Down Expand Up @@ -39,7 +39,7 @@ const HeaderContent_v04: FC<HeaderContentProps> = (props) => {
<div className={styles.commonContent}>
<TopNavigationOpenSidenavButton
className={styles.openSidenavButton}
iconEl={<RightArrowThinIcon className={styles.openSidenavIcon} />}
iconEl={<SidebarIcon className={styles.openSidenavIcon} />}
/>
<NavLink
className={styles.commonLink}
Expand Down

0 comments on commit dfdb75b

Please sign in to comment.