We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f909eb8 + ba23bd7 commit c09d1d9Copy full SHA for c09d1d9
apps/web/src/helper/preventExternalBrowser.tsx
@@ -8,7 +8,6 @@ export function PreventExternalBrowser({ children }: PropsWithChildren) {
8
9
if (isKakao) {
10
window.open(`kakaotalk://web/openExternal?url=${encodeURIComponent(URL)}`);
11
- return <span> 시스템 브라우저를 이용해주세요 </span>;
12
} else if (isInstagram) {
13
/**
14
* NOTE: 현재는 해당 인스타그램 인앱 탈출 코드가 작동하지 않는 것 같음
0 commit comments