Skip to content

Commit 528a506

Browse files
committed
user/both label camera
1 parent d22c8f4 commit 528a506

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

front/fe-rw/src/pages/user/BothAnalyzePage.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ const BothAnalyzePage = () => {
595595
disabled={loading}
596596
className="w-full py-3 bg-blue-500 text-white rounded-md font-medium disabled:bg-gray-400 transition-colors"
597597
>
598-
📸 사진 직접 찍기
598+
📱 사진 직접 찍기
599599
</button>
600600
</div>
601601
)}
@@ -612,9 +612,9 @@ const BothAnalyzePage = () => {
612612
}
613613
}}
614614
disabled={loading}
615-
className="w-full py-3 bg-green-500 text-white rounded-md font-medium disabled:bg-gray-400 transition-colors"
615+
className="w-full py-3 bg-blue-500 text-white rounded-md font-medium disabled:bg-gray-400 transition-colors"
616616
>
617-
📱 사진 보관함에서 선택
617+
📱 모바일 사진 업로드 방식 선택
618618
</button>
619619
</div>
620620
)}
@@ -728,7 +728,7 @@ const BothAnalyzePage = () => {
728728
disabled={loading}
729729
className="w-full py-3 bg-blue-500 text-white rounded-md font-medium disabled:bg-gray-400 transition-colors"
730730
>
731-
📸 사진 직접 찍기
731+
📱 사진 직접 찍기
732732
</button>
733733
</div>
734734
)}
@@ -745,9 +745,9 @@ const BothAnalyzePage = () => {
745745
}
746746
}}
747747
disabled={loading}
748-
className="w-full py-3 bg-green-500 text-white rounded-md font-medium disabled:bg-gray-400 transition-colors"
748+
className="w-full py-3 bg-blue-500 text-white rounded-md font-medium disabled:bg-gray-400 transition-colors"
749749
>
750-
📱 사진 보관함에서 선택
750+
📱 모바일 사진 업로드 방식 선택
751751
</button>
752752
</div>
753753
)}

front/fe-rw/src/pages/user/LabelAnalyzePage.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ const LabelAnalyzePage = () => {
371371
disabled={loading}
372372
className="w-full py-3 bg-blue-500 text-white rounded-md font-medium disabled:bg-gray-400 transition-colors"
373373
>
374-
📸 사진 직접 찍기
374+
📱 사진 직접 찍기
375375
</button>
376376
</div>
377377
)}
@@ -387,9 +387,9 @@ const LabelAnalyzePage = () => {
387387
}
388388
}}
389389
disabled={loading}
390-
className="w-full py-3 bg-green-500 text-white rounded-md font-medium disabled:bg-gray-400 transition-colors"
390+
className="w-full py-3 bg-blue-500 text-white rounded-md font-medium disabled:bg-gray-400 transition-colors"
391391
>
392-
📱 사진 보관함에서 선택
392+
📱 모바일 사진 업로드 방식 선택
393393
</button>
394394
</div>
395395
)}

0 commit comments

Comments
 (0)