Skip to content

Commit

Permalink
refactor: 네이버 지도 아이콘의 이미지를 jpeg에서 png로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongwusi committed Oct 11, 2023
1 parent b43a88a commit c015e2a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed client/public/assets/naver-map-icon.jpeg
Binary file not shown.
Binary file added client/public/assets/naver-map-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion client/src/components/CafeDetailBottomSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const LocationDetail = styled.div`
color: ${({ theme }) => theme.color.secondary};
`;

const NaverMapIcon = styled.img.attrs({ src: '/assets/naver-map-icon.jpeg', alt: '네이버 지도 아이콘' })`
const NaverMapIcon = styled.img.attrs({ src: '/assets/naver-map-icon.png', alt: '네이버 지도 아이콘' })`
width: 16px;
height: 16px;
`;
Expand Down

0 comments on commit c015e2a

Please sign in to comment.