We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bcbd7 commit 0bb460fCopy full SHA for 0bb460f
src/components/AuthForm.tsx
@@ -1,4 +1,3 @@
1
-
2
import { useState } from 'react';
3
import { Button } from '@/components/ui/button';
4
import { Input } from '@/components/ui/input';
@@ -97,9 +96,6 @@ export const AuthForm = () => {
97
96
</div>
98
99
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>
103
<CardDescription className="text-slate-600">
104
{isLogin ? t('auth.loginDescription') : t('auth.signupDescription')}
105
</CardDescription>
0 commit comments