Skip to content

Commit 2390f47

Browse files
youngminssclaude
andcommitted
fix: 의견수합 대기 페이지 공유 URL 경로 수정
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8f31c24 commit 2390f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/gathering/[accessKey]/opinion/pending/PendingViewContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function PendingViewContainer() {
2929
const handleShare = () => {
3030
trackShareClick({ page_id: PAGE_ID, share_location: "Footer" });
3131

32-
const opinionUrl = `${window.location.origin}/gathering/${accessKey}/opinion`;
32+
const opinionUrl = `${window.location.origin}/gathering/${accessKey}/landing`;
3333
share({
3434
title: "함께 갈 맛집, 같이 정해요!",
3535
text: "[요기잇] 다인원을 위한 맛집 서비스",

0 commit comments

Comments
 (0)