Update login page

This commit is contained in:
Flatlogic Bot 2025-04-11 11:44:18 +00:00
parent 9fdc22c221
commit 6f4ae5f18e
3 changed files with 9 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
node_modules/ node_modules/
*/node_modules/ */node_modules/
*/build/ */build/
**/node_modules/
**/build/
.DS_Store
.env

File diff suppressed because one or more lines are too long

View File

@ -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'> <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'> <CardBox id='loginRoles' className='w-full md:w-3/5 lg:w-2/3'>
<Link href={'/home'}> <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> </Link>
<div className='flex flex-row text-gray-500 justify-between'> <div className='flex flex-row text-gray-500 justify-between'>