feat: welcome msg

This commit is contained in:
karishmas6
2024-09-25 17:04:56 +05:30
parent ec2b5d1174
commit 42e06a7405
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ const Login = () => {
}}
>
<Typography variant="h4" gutterBottom>
Login
Welcome Back!
</Typography>
<Box component="form" onSubmit={submitForm} sx={{ maxWidth: 400, width: '100%' }}>
<TextField

View File

@@ -59,7 +59,7 @@ const Register = () => {
}}
>
<Typography component="h1" variant="h5">
Register
Create an account
</Typography>
<Box component="form" onSubmit={submitForm} sx={{ mt: 1 }}>
<TextField