File tree 2 files changed +3
-2
lines changed
Spoony-iOS/Spoony-iOS/Source/Feature
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ struct ExploreCell: View {
34
34
HStack ( alignment: . bottom, spacing: 4 ) {
35
35
Text ( feed. userName)
36
36
. customFont ( . body2b)
37
- Text ( " \( feed. userRegion) 수저 " )
37
+ Text ( " 서울시 \( feed. userRegion) 수저 " )
38
38
. customFont ( . caption2m)
39
39
. foregroundStyle ( . gray500)
40
40
}
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ struct Report: View {
79
79
title: " 신고하기 " ,
80
80
disabled: $isDisabled
81
81
) {
82
+ hideKeyboard ( )
82
83
Task {
83
84
try await store. postReport ( postId: 1 , description: text)
84
85
navigationManager. popup = . reportSuccess( action: {
@@ -142,7 +143,7 @@ extension Report {
142
143
HStack ( alignment: . top, spacing: 10 ) {
143
144
Image ( . icErrorGray300)
144
145
145
- Text ( " 스푸니는 철저한 광고 제한 정책과 모니터링을 실시하고 있어요. 부적절한 후기 작성자를 발견하면, '수저 뺏기'로 그들의 수저를 빼앗아 주세요 ! " )
146
+ Text ( " 스푸니는 철저한 광고 제한 정책과 모니터링을 실시하고 있어요. 부적절한 후기 작성자를 발견하면, 바로 신고해주세요 ! " )
146
147
. customFont ( . caption1m)
147
148
. foregroundStyle ( . gray400)
148
149
}
You can’t perform that action at this time.
0 commit comments