From 638d00ffc3ebfef4e84eefda51aa1528f3987013 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Mon, 5 Feb 2024 22:14:32 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EC=A0=95=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20-=20=ED=9A=8C=EC=82=AC=EC=A0=95=EB=B3=B4=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Settings/SettingsView.swift | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/SodaLive/Sources/Settings/SettingsView.swift b/SodaLive/Sources/Settings/SettingsView.swift index 3f23c45..53ee18c 100644 --- a/SodaLive/Sources/Settings/SettingsView.swift +++ b/SodaLive/Sources/Settings/SettingsView.swift @@ -155,6 +155,19 @@ struct SettingsView: View { .cornerRadius(6.7) .padding(.top, 13.3) + Text(""" +- 회사명 : 주식회사 비비드넥스트 +- 대표자 : 한지영 +- 주소 : 서울 강남구 테헤란로 410, 11층 A08호(대치동, 금강타워) +- 사업자등록번호 : 508-86-01545 +- 통신판매업신고 : 제2022-서울강남-00559호 +- 고객센터 : 02.2055.1477 +""") + .font(.custom(Font.medium.rawValue, size: 11)) + .foregroundColor(Color(hex: "777777")) + .frame(width: cardWidth, alignment: .leading) + .padding(.top, 13.3) + Spacer() Text("로그아웃")