Skip to content

Commit

Permalink
Merge pull request #128 from DDD-Community/fix/127
Browse files Browse the repository at this point in the history
[FIX/127] 4-2차 QA
  • Loading branch information
hwanheejung authored Sep 27, 2024
2 parents 9216511 + 9bd1a8c commit a3043c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/board/[boardId]/_hooks/useSnsShare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ const useSnsShare = () => {

let url
if (isIOS) {
url = 'https://www.instagram.com/create/story'
url = 'https://www.instagram.com/direct'
} else if (isAndroid) {
url =
'intent://instagram.com/#Intent;scheme=https;package=com.instagram.android;end'
'intent://instagram.com/direct/inbox/#Intent;scheme=https;package=com.instagram.android;end'
} else {
url = 'https://www.instagram.com/'
}
Expand Down

0 comments on commit a3043c8

Please sign in to comment.