[FIX#313] 문의채널 링크 수정#314
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Walkthrough문의 채널 링크를 직접 대화로 연결되도록 업데이트했어. 카카오톡은 chat 엔드포인트 추가, 인스타그램은 DM 직연결 URL로 변경. 구조와 타입은 그대로야. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔨 빌드 상태: 성공! ✅프론트엔드 빌드가 성공적으로 완료되었습니다! 🎉 ✅ 체크 완료
📊 상세 정보
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@fe/src/constants/shared/_inquiry-channel.ts`:
- Around line 11-17: The instagram entry's url ("ig.me/m/youthvoice_my") under
the instagram object in _inquiry-channel.ts is redirecting to a login page;
reproduce the issue by testing that instagram.url with a logged-in Instagram
account on mobile (in-app and mobile browser) and desktop (logged-in browser) to
confirm whether it opens the DM screen directly, then if it does not, replace
instagram.url with a working direct-DM/username URL or platform-intent URL that
opens DMs for logged-in users (or add a note/comment fallback) and ensure the
instagram object and its url property are updated accordingly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 작업 내용
🎯 관련 이슈
Closes #313
🔄 변경사항
👀 리뷰 포인트
📱 스크린샷/영상
Before
After
Summary by CodeRabbit
릴리스 노트
✏️ Tip: You can customize this high-level summary in your review settings.