Compare commits

...

2 Commits

Author SHA1 Message Date
Flatlogic Bot
65f1a82ca3 upd login page 2025-04-11 11:52:42 +00:00
Flatlogic Bot
6f4ae5f18e Update login page 2025-04-11 11:44:18 +00:00
3 changed files with 10 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
node_modules/
*/node_modules/
*/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'>
<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</h2>
</Link>
<div className='flex flex-row text-gray-500 justify-between'>