Skip to content

Commit 25c9592

Browse files
author
Kshitij Raj
committed
developer details added
1 parent 329db6e commit 25c9592

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/components/Login/RegisterForm.tsx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,12 @@ const styles = () => ({
2323
},
2424
});
2525

26-
function Copyright(props: any) {
26+
function Developer(props: any) {
2727
return (
2828
<Typography variant="body2" color="text.secondary" align="left" {...props}>
29-
{"Copyright © "}
30-
<Link color="inherit" href="https://mui.com/">
31-
Your Website
32-
</Link>{" "}
33-
{new Date().getFullYear()}
34-
{"."}
29+
<Link color="inherit" href="https://kshitijraj.netlify.app/">
30+
Click here for developer details.
31+
</Link>
3532
</Typography>
3633
);
3734
}
@@ -199,7 +196,7 @@ export const RegisterForm = ({
199196
</Grid>
200197
</Box>
201198
</Box>
202-
<Copyright sx={{ mt: 5 }} />
199+
<Developer sx={{ mt: 5 }} />
203200
</Container>
204201
);
205202
};

0 commit comments

Comments
 (0)