From 4770eff1f8f2e143d0281024e2a5a86483ee1f11 Mon Sep 17 00:00:00 2001 From: myeongheonhong Date: Wed, 7 Aug 2024 17:15:04 +0900 Subject: [PATCH] =?UTF-8?q?[=20feat=20]=20=EB=8F=84=EB=A9=94=EC=9D=B8=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Common/Modal/ShareContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Common/Modal/ShareContent.tsx b/components/Common/Modal/ShareContent.tsx index 39167d9..a36897f 100644 --- a/components/Common/Modal/ShareContent.tsx +++ b/components/Common/Modal/ShareContent.tsx @@ -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) => {