clean up stuff
This commit is contained in:
@@ -55,7 +55,7 @@ export default function LoginPage() {
|
||||
<h2 className="mt-6 text-3xl font-extrabold text-gray-900 dark:text-white">Sign in to your account</h2>
|
||||
<p className="mt-2 text-sm text-gray-600 dark:text-gray-300">
|
||||
Or{' '}
|
||||
<Link href="/account/register" className="font-medium text-blue-600 hover:text-blue-500">
|
||||
<Link href="/account/register" className="font-medium text-primary hover:text-blue-500">
|
||||
Sign Up For Free
|
||||
</Link>
|
||||
</p>
|
||||
@@ -109,7 +109,7 @@ export default function LoginPage() {
|
||||
id="remember-me"
|
||||
name="remember-me"
|
||||
type="checkbox"
|
||||
className="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded"
|
||||
className="h-4 w-4 text-primary focus:ring-blue-500 border-gray-300 rounded"
|
||||
disabled={loading}
|
||||
/>
|
||||
<label htmlFor="remember-me" className="ml-2 block text-sm text-gray-900 dark:text-gray-300">
|
||||
@@ -118,7 +118,7 @@ export default function LoginPage() {
|
||||
</div>
|
||||
|
||||
<div className="text-sm">
|
||||
<Link href="/account/forgot-password" className="font-medium text-blue-600 hover:text-blue-500">
|
||||
<Link href="/account/forgot-password" className="font-medium text-primary hover:text-blue-500">
|
||||
Forgot your password?
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user