From 52b1770f74d84a5150322bab7005fb7088bf69e0 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 8 Nov 2024 17:22:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=97=85?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=20-=20=EB=8C=80=EC=97=AC=20=EA=B0=80?= =?UTF-8?q?=EA=B2=A9=20=EC=95=88=EB=82=B4=20=EB=AC=B8=EA=B5=AC=2060%=20->?= =?UTF-8?q?=2070%=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/Create/ContentCreateView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)