Skip to content

Commit 5864b43

Browse files
committed
Fix: 이용약관 링크 변경
1 parent d8adfe3 commit 5864b43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/com/threegap/bitnagil/MainNavHost.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ fun MainNavHost(
4848
navigator.navController.navigate(
4949
Route.WebView(
5050
title = "약관 동의",
51-
url = "https://wooded-damselfly-4cc.notion.site/22fa2c11608680668ed7e3227b69812a",
51+
url = "https://complex-wombat-99f.notion.site/2025-7-20-236f4587491d8071833adfaf8115bce2",
5252
),
5353
)
5454
},
5555
navigateToPrivacyPolicy = {
5656
navigator.navController.navigate(
5757
Route.WebView(
5858
title = "약관 동의",
59-
url = "https://wooded-damselfly-4cc.notion.site/22fa2c11608680668ed7e3227b69812a",
59+
url = "https://complex-wombat-99f.notion.site/2025-07-20-236f4587491d80308016eb810692d18b",
6060
),
6161
)
6262
},

0 commit comments

Comments
 (0)