Skip to content

[URECA-83] Fix: fix: 매장찾기 redirect 주소 변경#80

Merged
joonhyong merged 2 commits intodevelopfrom
URECA-83/Fix/store-find-redirect
Jan 30, 2026
Merged

[URECA-83] Fix: fix: 매장찾기 redirect 주소 변경#80
joonhyong merged 2 commits intodevelopfrom
URECA-83/Fix/store-find-redirect

Conversation

@joonhyong
Copy link
Copy Markdown
Contributor

@joonhyong joonhyong commented Jan 30, 2026

Key Changes

  • app/(private)/page.tsx

작업 내역

📸 스크린샷

💬 공유사항 to 리뷰어

비고

PR Checklist

PR이 다음 요구 사항을 충족하는지 확인하세요.

  • 커밋 메시지 컨벤션에 맞게 작성했습니다.
  • Eslint 및 Prettier 규칙을 준수했습니다.
  • origin/develop 브랜치에서의 최신 커밋을 확인하고 반영했습니다.
  • 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트)

Summary by CodeRabbit

릴리스 노트

  • 버그 수정
    • 매장찾기 기능의 링크 대상이 앱 내 경로에서 외부 LG U+ 매장 안내 페이지로 변경되어, 해당 동작이 외부 페이지로 열리도록 수정되었습니다.

✏️ Tip: You can customize this high-level summary in your review settings.

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
unity Ready Ready Preview, Comment Jan 30, 2026 4:27am
unity-client Ready Ready Preview, Comment Jan 30, 2026 4:27am

@github-actions github-actions bot changed the title [URECA-83] fix: 매장찾기 redirect 주소 변경 [URECA-83] Fix: fix: 매장찾기 redirect 주소 변경 Jan 30, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 30, 2026

📝 Walkthrough

Walkthrough

메인 페이지의 QUICK_ACTIONS 배열 내 마지막 항목(매장찾기)의 href가 내부 경로 /map에서 LG U+ 매장 주소의 외부 URL로 변경되었고, 해당 항목의 kind(또는 type) 값이 internal에서 external로 변경되었습니다. 변경은 해당 항목 한 건에 국한됩니다.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed PR 제목은 QUICK_ACTIONS 아이템의 리다이렉트 주소 변경과 관련된 이슈 번호와 함께 명확하게 작성되었습니다.
Linked Issues check ✅ Passed PR의 코드 변경사항이 링크된 이슈 #78의 요구사항을 충족합니다. 메인페이지의 매장찾기 버튼 리다이렉트 주소를 변경했습니다.
Out of Scope Changes check ✅ Passed 모든 변경사항이 링크된 이슈 #78의 범위 내에 있습니다. 메인페이지 매장찾기 버튼 리다이렉트 변경만 포함되어 있습니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch URECA-83/Fix/store-find-redirect

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@src/app/`(private)/page.tsx:
- Around line 42-46: The "매장찾기" link is an external URL but is marked kind:
'internal', causing it to be rendered with next/link; change the entry in
page.tsx so its kind property is 'external' (replace kind: 'internal' with kind:
'external' for this item) so the rendering branch that outputs a plain <a> is
used, and optionally add target="_blank" to the external link rendering (ensure
rel="noreferrer" remains) to open it in a new tab.

@joonhyong joonhyong merged commit 0f78385 into develop Jan 30, 2026
6 checks passed
@joonhyong joonhyong deleted the URECA-83/Fix/store-find-redirect branch January 30, 2026 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[URECA-83] Fix: 메인페이지 매장찾기 버튼 리다이렉트

1 participant