Skip to content

Commit db9fb9a

Browse files
committed
Update project overview description file infos
1 parent d6f5628 commit db9fb9a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "employee-management-system-frontend",
33
"displayName": "Employee Management System Frontend",
44
"version": "1.1.0",
5-
"author": "Son Nguyen",
5+
"author": "Matthew Mullins",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

frontend/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name="description"
1010
content="An employee management app built with React.js and Java Spring Boot."
1111
/>
12-
<meta name="author" content="Son Nguyen" />
12+
<meta name="author" content="Matthew Mullins" />
1313
<meta name="keywords" content="Employee Management App, React.js, Java Spring Boot" />
1414
<meta name="robots" content="index, follow" />
1515
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png" />

frontend/src/components/Footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ const Footer = () => {
6363
</Typography>
6464
<Typography variant="body2">
6565
Project Maintainer:{' '}
66-
<Link href="https://github.com/hoangsonww" color="inherit" sx={{ textDecoration: 'underline', '&:hover': { color: '#f57c00' } }}>
67-
Son Nguyen
66+
<Link href="https://github.com/mullicode" color="inherit" sx={{ textDecoration: 'underline', '&:hover': { color: '#f57c00' } }}>
67+
Matthew Mullins
6868
</Link>
6969
</Typography>
7070
<Typography variant="body2">

0 commit comments

Comments
 (0)