Skip to content

Commit 0bb460f

Browse files
Remove duplicate RefSpring logo
Removed the RefSpring logo from the AuthForm to avoid duplication.
1 parent 75bcbd7 commit 0bb460f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/AuthForm.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { useState } from 'react';
32
import { Button } from '@/components/ui/button';
43
import { Input } from '@/components/ui/input';
@@ -97,9 +96,6 @@ export const AuthForm = () => {
9796
</div>
9897
</div>
9998

100-
<CardTitle className="text-2xl font-bold bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent">
101-
{t('auth.title')}
102-
</CardTitle>
10399
<CardDescription className="text-slate-600">
104100
{isLogin ? t('auth.loginDescription') : t('auth.signupDescription')}
105101
</CardDescription>

0 commit comments

Comments
 (0)