Skip to content

Commit

Permalink
Merge pull request #150 from softeerbootcamp4th/fix/#149-share-link
Browse files Browse the repository at this point in the history
[Fix] 공유 URL 수정
  • Loading branch information
jhj2713 authored Aug 14, 2024
2 parents bfb034e + b42a8bf commit 3eff6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/features/CasperCustom/CasperCustomFinish.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function CasperCustomFinish({
const link = await LinkAPI.getShareLink(cookies[COOKIE_KEY.ACCESS_TOKEN]);

try {
await navigator.clipboard.writeText(link.shortenLocalUrl);
await navigator.clipboard.writeText(link.shortenUrl);
showToast();
} catch (err) {
console.error("Failed to copy: ", err);
Expand Down

0 comments on commit 3eff6f8

Please sign in to comment.