diff --git a/SodaLive/Sources/Content/Create/ContentCreateView.swift b/SodaLive/Sources/Content/Create/ContentCreateView.swift index 80f51b1..db75107 100644 --- a/SodaLive/Sources/Content/Create/ContentCreateView.swift +++ b/SodaLive/Sources/Content/Create/ContentCreateView.swift @@ -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)