콘텐츠 업로드

- 대여 가격 안내 문구 60% -> 70%로 수정
This commit is contained in:
Yu Sung 2024-11-08 17:22:05 +09:00
parent 44d7cd414e
commit 52b1770f74
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ struct ContentCreateView: View {
.frame(maxWidth: .infinity, alignment: .leading)
.padding(.top, 13.3)
Text("※ 대여가격은 소장가격의 60%로 자동 반영")
Text("※ 대여가격은 소장가격의 70%로 자동 반영")
.font(.custom(Font.medium.rawValue, size: 13.3))
.foregroundColor(Color(hex: "777777"))
.frame(maxWidth: .infinity, alignment: .leading)