Skip to content

Commit

Permalink
fix:사업자등록번호 및 대표자명 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
changhwan77 committed Mar 7, 2024
1 parent 8fc07fd commit 4abfee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/features/tutis/views/s_personal_branding.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class PersonalBrandingScreen extends ConsumerWidget {
final goodsList = ref.watch(goodsProvider);
CompanyInfo companyInfo = CompanyInfo(
title: '트티',
contents: '기업명: (주) 이쿠아\n 주소: 서울 강남구 테헤란로22길 15 2층\n 전화: 010.7415.8850',
contents:
'기업명: (주) 이쿠아\n주소: 서울 강남구 테헤란로22길 15 2층\n전화: 010.7415.8850\n사업자등록번호: 118-86-02981\n대표자명: 박주영',
onTap: () {
String urlPath = 'https://info.tuti20.com';
launchUrl(
Expand Down

0 comments on commit 4abfee9

Please sign in to comment.