Tech Table & History components completely rewritten & cleaned up. Just need to implement the realtime subscription now.
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
import { SignInCard } from '@/components/default/auth';
|
||||
|
||||
const Login = () => {
|
||||
return (
|
||||
return (
|
||||
<div className='w-full mx-auto text-center pt-2 md:pt-10'>
|
||||
<div className='mx-auto flex flex-col items-center justify-center'>
|
||||
<SignInCard />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
);
|
||||
};
|
||||
|
||||
export default Login;
|
||||
|
Reference in New Issue
Block a user