diff --git a/web/app/(shareLayout)/webapp-signin/layout.tsx b/web/app/(shareLayout)/webapp-signin/layout.tsx
index e42bd9f10a..39d8ceea37 100644
--- a/web/app/(shareLayout)/webapp-signin/layout.tsx
+++ b/web/app/(shareLayout)/webapp-signin/layout.tsx
@@ -1,5 +1,5 @@
'use client'
-import Header from './_header'
+import Header from '@/app/signin/_header'
import cn from '@/utils/classnames'
import { useGlobalPublicStore } from '@/context/global-public-context'
diff --git a/web/app/(shareLayout)/webapp-signin/page.module.css b/web/app/(shareLayout)/webapp-signin/page.module.css
deleted file mode 100644
index eda396f763..0000000000
--- a/web/app/(shareLayout)/webapp-signin/page.module.css
+++ /dev/null
@@ -1,7 +0,0 @@
-.githubIcon {
- background: center/contain url('./assets/github.svg');
-}
-
-.googleIcon {
- background: center/contain url('./assets/google.svg');
-}