Skip to content

Commit

Permalink
Merge pull request #127 from Plick-pop-in/feat/#113
Browse files Browse the repository at this point in the history
fix: 조회 버튼 이미지 깨짐 수정
  • Loading branch information
hyo-limilimee authored Jun 16, 2024
2 parents 31d2b57 + d20f517 commit b2a665f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/component/map/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,7 @@ const Map = () => {
<button
className={"search-button"}
onClick={handleSearch}
>
<img className="ic-search" src="/images/ic_search.png" alt="ic-search" />
><img className="ic-search" src="/images/ic_search.png" alt="ic-search" />
조회
</button>
</div>
Expand Down

0 comments on commit b2a665f

Please sign in to comment.