Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-jams
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-jams
Commits
bbe6d232
Commit
bbe6d232
authored
4 years ago
by
William Enright
Browse files
Options
Downloads
Patches
Plain Diff
Fixed improper copyright notice
Change-Id: I09bb98e22459fbbe171021aa54b938cb62b00fdc
parent
ce8d986b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jams-react-client/src/layouts/SignIn.js
+3
-3
3 additions, 3 deletions
jams-react-client/src/layouts/SignIn.js
jams-react-client/src/layouts/SignUp.js
+8
-8
8 additions, 8 deletions
jams-react-client/src/layouts/SignUp.js
with
11 additions
and
11 deletions
jams-react-client/src/layouts/SignIn.js
+
3
−
3
View file @
bbe6d232
...
...
@@ -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
>
);
...
...
This diff is collapsed.
Click to expand it.
jams-react-client/src/layouts/SignUp.js
+
8
−
8
View file @
bbe6d232
...
...
@@ -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
S
avoir
-
faire
L
inux
<
/Link>{' '
}
{
new
Date
().
getFullYear
()
}
{
'
.
'
}
<
/Typography
>
);
{
'
Copyright ©
'
}
{
new
Date
().
getFullYear
()
+
'
'
}
<
Link
color
=
"
info
"
href
=
"
https://s
avoirfaire
l
inux
.com
"
>
Savoir
-
Faire
-
Linux
<
/Link>{' '
}
{
'
.
'
}
<
/Typography
>
);
}
const
useStyles
=
makeStyles
((
theme
)
=>
({
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment