Skip to content

Commit

Permalink
Merge pull request #20 from Tuti-Project/fix_terms_of_screen_error
Browse files Browse the repository at this point in the history
fix:사업자등록번호 및 대표자명 추가
  • Loading branch information
changhwan77 authored Mar 8, 2024
2 parents 71d88af + 4abfee9 commit f7370a9
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 f7370a9

Please sign in to comment.