From f0b0f88b64836fdb22ecb1228c76c9a5bd4ef4e5 Mon Sep 17 00:00:00 2001 From: imnyang Date: Sun, 13 Oct 2024 21:41:21 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8B=B0=EB=8B=88=ED=95=91=EC=97=90=EB=B2=A0?= =?UTF-8?q?=EB=B2=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Root.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Root.tsx b/src/pages/Root.tsx index 35aad76..b52297e 100644 --- a/src/pages/Root.tsx +++ b/src/pages/Root.tsx @@ -9,7 +9,7 @@ function Root() { useEffect(() => { const queryParams = new URLSearchParams(location.search); if (queryParams.has('kawaii')) { - setImageSrc('https://f.imnyang.xyz/profile/magic_imnyang.webp'); + setImageSrc('https://f.imnyang.xyz/profile/hatchu_imnyang.webp'); setGotoHref('/'); } else { setImageSrc('https://f.imnyang.xyz/profile/imnyang.webp'); @@ -77,4 +77,4 @@ function Root() { ); } -export default Root; \ No newline at end of file +export default Root;