Skip to content

Commit

Permalink
feat: 마이페이지 개인정보처리약관 사이트 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed May 20, 2024
1 parent 75f4c61 commit a8aa2a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class MyPageFragment : Fragment() {
binding.tvPersonalInfoPolicy.setOnClickListener {
val intent = Intent(Intent.ACTION_VIEW)
intent.data =
Uri.parse("https://wooteco-ash.notion.site/fe0ca28535044db999d998eb4ea37e83")
Uri.parse("https://sites.google.com/view/privacy-festago")
startActivity(intent)
}
}
Expand Down

0 comments on commit a8aa2a7

Please sign in to comment.