Prechádzať zdrojové kódy

전기공사 / 소방공사 순위 수정

[UC]임종현 4 mesiacov pred
rodič
commit
813399fe8b
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      src/components/main/Business.tsx

+ 3 - 3
src/components/main/Business.tsx

@@ -99,7 +99,7 @@ const rankItems = [
   {
     title: "전기공사",
     rank: "9위",
-    topPercent: "2%",
+    topPercent: "1%",
     colorPrimary: "#FFCC00",
   },
   {
@@ -111,8 +111,8 @@ const rankItems = [
   },
   {
     title: "소방공사",
-    rank: "15위",
-    topPercent: "5%",
+    rank: "13위",
+    topPercent: "3%",
     colorPrimary: "#CC0000",
   },
 ];