parent
5fe41f8db3
commit
638d00ffc3
|
@ -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("로그아웃")
|
||||
|
|
Loading…
Reference in New Issue