Skip to content

Commit

Permalink
[FEATURE] #115 : FAQ 버튼 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Jan 27, 2024
1 parent bda7b94 commit 818576e
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,6 @@ internal fun ProfileSettingScreen(

Divider(color = dividerColor)

WappRowBar(
title = stringResource(id = string.faq),
onClicked = { navigateToUri(context, FAQ_URL) },
)

Divider(color = dividerColor)

WappRowBar(
title = stringResource(id = string.terms_and_policies),
onClicked = { navigateToUri(context, TERMS_AND_POLICIES_URL) },
Expand Down

0 comments on commit 818576e

Please sign in to comment.