Update login page
This commit is contained in:
parent
9fdc22c221
commit
6f4ae5f18e
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
node_modules/
|
||||
*/node_modules/
|
||||
*/build/
|
||||
|
||||
**/node_modules/
|
||||
**/build/
|
||||
.DS_Store
|
||||
.env
|
||||
3
app-shell/src/_dev_schema.json
Normal file
3
app-shell/src/_dev_schema.json
Normal file
File diff suppressed because one or more lines are too long
@ -195,7 +195,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={'/home'}>
|
||||
<h2 className='text-4xl font-semibold my-4'> saveschematest</h2>
|
||||
<h2 className='text-4xl font-semibold my-4'>Welcome to hell!</h2>
|
||||
</Link>
|
||||
|
||||
<div className='flex flex-row text-gray-500 justify-between'>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user