Skip to content

Commit

Permalink
✨feat: 인앱 브라우저 경고 관련 문구 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seojin-v6x committed Jan 15, 2023
1 parent e156a3e commit dabc267
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/presentation/components/InAppBrowserEscape/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ const InAppBrowserEscape = () => {
<CommonModal
title="알림"
description={
'더 쾌적하게 너가소개서를 이용하기 위해' + '\n' + '외부 브라우저에서 접속해 주세요.'
'크롬 앱으로 접속하면' +
'\n' +
'더 쾌적한 환경에서 이용할 수 있습니다.' +
'\n' +
'*크롬 앱이 없다면 취소를 눌러주세요'
}
onClickCancel={() => setIsModalOpened(false)}
onClickConfirm={openRealBrowser}
confirmLabel="크롬에서 보기"
isOpened={isModalOpened}
/>
);
Expand Down

0 comments on commit dabc267

Please sign in to comment.