설정페이지
- 회사정보 추가
This commit is contained in:
		| @@ -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("로그아웃") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung