Skip to content

Commit

Permalink
feat: 개발자 괴롭히기 이동 기능 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JuTaK97 committed Oct 16, 2024
1 parent 50db96d commit 4d33801
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ fun TutorialPage() {
color = SNUTTColors.Gray200,
style = SNUTTTypography.subtitle2,
text = stringResource(R.string.tutorial_help_button),
modifier = Modifier.clicks {
navController.navigate(NavigationDestination.AppReport)
}
)

Spacer(modifier = Modifier.height(this@BoxWithConstraints.maxHeight * 0.05f))
Expand Down

0 comments on commit 4d33801

Please sign in to comment.