Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed2d7d9cdf | ||
|
|
d17771e707 |
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
node_modules/
|
||||
*/node_modules/
|
||||
*/build/
|
||||
|
||||
**/node_modules/
|
||||
**/build/
|
||||
.DS_Store
|
||||
.env
|
||||
@ -50,7 +50,7 @@ export default function Login() {
|
||||
remember: true,
|
||||
});
|
||||
|
||||
const title = 'test';
|
||||
const title = '!welcome!';
|
||||
|
||||
// Fetch Pexels image/video
|
||||
useEffect(() => {
|
||||
@ -191,7 +191,7 @@ export default function Login() {
|
||||
<div className='flex items-center justify-center flex-col space-y-4 w-full lg:w-full'>
|
||||
<CardBox id='loginRoles' className='w-full md:w-3/5 lg:w-2/3'>
|
||||
<Link href={'/contact'}>
|
||||
<h2 className='text-4xl font-semibold my-4'> test</h2>
|
||||
<h2 className='text-4xl font-semibold my-4'>!welcome!</h2>
|
||||
</Link>
|
||||
|
||||
<div className='flex flex-row text-gray-500 justify-between'>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user