Skip to content
Snippets Groups Projects
Commit bbe6d232 authored by William Enright's avatar William Enright
Browse files

Fixed improper copyright notice

Change-Id: I09bb98e22459fbbe171021aa54b938cb62b00fdc
parent ce8d986b
No related branches found
No related tags found
No related merge requests found
......@@ -25,10 +25,10 @@ function Copyright() {
return (
<Typography variant="body2" color="textSecondary" align="center">
{'Copyright © '}
<Link color="info" href="https://material-ui.com/">
Your Website
{new Date().getFullYear() + ' '}
<Link color="info" href="https://savoirfairelinux.com">
Savoir-Faire-Linux
</Link>{' '}
{new Date().getFullYear()}
{'.'}
</Typography>
);
......
......@@ -24,14 +24,14 @@ function Alert(props) {
function Copyright() {
return (
<Typography variant="body2" color="textSecondary" align="center">
{'Copyright © '}
<Link color="info" href="https://savoirfairelinux.com/">
JAMS by Savoir-faire Linux
</Link>{' '}
{new Date().getFullYear()}
{'.'}
</Typography>
);
{'Copyright © '}
{new Date().getFullYear() + ' '}
<Link color="info" href="https://savoirfairelinux.com">
Savoir-Faire-Linux
</Link>{' '}
{'.'}
</Typography>
);
}
const useStyles = makeStyles((theme) => ({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment