Skip to content

Commit

Permalink
chore: 공유 아이콘 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hijiyun committed Aug 15, 2024
1 parent 7e90892 commit f798439
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/guideDetail/TopButton.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import backButtonIcon from '@/assets/icon/guideDetailLeftArrow.svg';
import shareIcon from '@/assets/icon/guideDetailShare.svg';

const TopButton = () => {
return (
<>
<div className="flex justify-between px-[24px] mt-[31.31px] mb-[15.5px]">
<img src={backButtonIcon} alt="뒤로가기 버튼 아이콘" />
<img className="px-[2.1px] py-[2.5px]" src={shareIcon} alt="공유하기 버튼 아이콘" />
</div>
</>
);
Expand Down

0 comments on commit f798439

Please sign in to comment.