File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { useAuth } from '@/hooks/useAuth';
99import { useToast } from '@/hooks/use-toast' ;
1010import { Chrome , Mail , Lock , ArrowLeft } from 'lucide-react' ;
1111import { useTranslation } from 'react-i18next' ;
12+ import { RefSpringLogo } from '@/components/RefSpringLogo' ;
1213
1314export const AuthForm = ( ) => {
1415 const [ isLogin , setIsLogin ] = useState ( true ) ;
@@ -86,6 +87,16 @@ export const AuthForm = () => {
8687
8788 < Card className = "w-full max-w-md bg-white/80 backdrop-blur-sm border-slate-200/50 shadow-xl" >
8889 < CardHeader className = "text-center pb-6" >
90+ { /* Logo RefSpring */ }
91+ < div className = "flex items-center justify-center gap-3 mb-4" >
92+ < RefSpringLogo width = "40" height = "40" />
93+ < div >
94+ < h1 className = "text-3xl font-bold bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent" >
95+ RefSpring
96+ </ h1 >
97+ </ div >
98+ </ div >
99+
89100 < CardTitle className = "text-2xl font-bold bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent" >
90101 { t ( 'auth.title' ) }
91102 </ CardTitle >
You can’t perform that action at this time.
0 commit comments