Skip to content

Commit

Permalink
Design: Header 컴포넌트 뒤로 가기 버튼 hover 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylooky2 committed Sep 13, 2024
1 parent 9a5e427 commit 331e2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Header: FC<Props> = ({ onClick, title, children }) => {
className={`h-[10%] flex items-center justify-between bg-orange-100 w-full`}
>
<button
className="w-[10%] h-full m-2 flex items-center justify-center transition-transform duration-500 transform hover:-translate-x-3"
className="w-[10%] h-full m-2 flex items-center justify-center"
onClick={onClick}
>
<img width="25" height="25" src="backward.png" alt="profile_back" />
Expand Down

0 comments on commit 331e2ac

Please sign in to comment.