Skip to content

Commit

Permalink
fix: 공유 페이지 주소 수정 #27
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlee1703 committed Mar 5, 2024
1 parent 1a84b9e commit 02f14af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/result/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Result() {
<Button inversion onClick={() => navigate('/')} text="처음으로" />
<Button
onClick={() => {
navigator.clipboard.writeText(`http://www.outfitoftire.co.kr/${location.pathname}`);
navigator.clipboard.writeText(`http://www.outfitoftire.co.kr${location.pathname}`);
alert('주소가 복사되었습니다.');
}}
text="공유하기"
Expand Down

0 comments on commit 02f14af

Please sign in to comment.