Skip to content

Commit bccaae3

Browse files
committed
[Fix] Update HomeView Text
1 parent 6336db3 commit bccaae3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ComfortableMove/ComfortableMove/Core/Presentation/Home/HomeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ struct HomeView: View {
104104
.moveFont(.homeSubTitle)
105105
.foregroundColor(.black)
106106

107-
Text("사용자와 최근접의 버스정류장 정보가 표시됩니다.")
107+
Text("사용자와 100m 이내의 버스정류장 정보가 표시됩니다.")
108108
.moveFont(.caption)
109109
.foregroundColor(.gray)
110110
}

0 commit comments

Comments
 (0)