Skip to content

Commit

Permalink
[ feat ] 도메인 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
myeongheonhong committed Aug 7, 2024
1 parent 4e805a1 commit 4770eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Common/Modal/ShareContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function ShareContent() {
const { progressData } = useGetMainProgressData();

useEffect(() => {
progressData && setWishesLink(`https://sunmulzu.store/wishes/${progressData.wishId}`);
progressData && setWishesLink(`https://sunmulzu.com/wishes/${progressData.wishId}`);
}, []);

const handleShareSNS = (name: string) => {
Expand Down

0 comments on commit 4770eff

Please sign in to comment.