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;