Skip to content

Commit

Permalink
💄 Style : remove car service
Browse files Browse the repository at this point in the history
  • Loading branch information
HamsterStudent committed Nov 15, 2023
1 parent e13c3bd commit 569d6b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Frontend/src/pages/Main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ const Main = () => {

const mapMain = [
{ name: "대피 시설", btn: "blue", img: "assets/exit.png" },
{ name: "출동차량 위치확인", btn: "pink", img: "assets/ambulance.png" },
{ name: "의료시설", btn: "pink", img: "assets/pharmacy.png" },
{ name: "급수시설", btn: "green", img: "assets/water.png" },
{ name: "병원&약국", btn: "purple", img: "assets/pharmacy.png" },
];
const mapSide = [
{ name: "생존배낭", img: "assets/icon/bag_grey.png" },
Expand Down
2 changes: 2 additions & 0 deletions Frontend/src/pages/Map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ const Map = () => {
setCategoryName("전체");
} else if (enterName === "대피 시설") {
setCategoryName("전체 대피소");
} else if (enterName === "의료시설") {
setCategoryName("병원&약국");
} else {
setCategoryName(enterName);
}
Expand Down

0 comments on commit 569d6b0

Please sign in to comment.