Skip to content

Commit 8c343df

Browse files
authored
Merge pull request #965 from rvsia/demoCopyRight
Add Copyright to documenation page
2 parents 56f5ff4 + c9a49ad commit 8c343df

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/react-renderer-demo/src/components/footer.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,14 @@ const Footer = ({ open }) => {
9696
<Grid xs={12} md={4} item>
9797
<Paper elevation={0} className={classes.foooterCard}>
9898
<div>
99-
<Typography variant="h5">Contribution</Typography>
100-
<Typography>
99+
<Typography gutterBottom variant="h5">
100+
Contribution
101+
</Typography>
102+
<Typography gutterBottom>
101103
Please report any bugs, mistakes, suggestions and don&apos;t forget to contribute to the data-driven-forms/react-forms repository.
102104
</Typography>
105+
<Typography gutterBottom>Released under the APACHE-2.0 License.</Typography>
106+
<Typography>Copyright © {new Date().getFullYear()} Data Driven Forms</Typography>
103107
</div>
104108
</Paper>
105109
</Grid>

packages/react-renderer-demo/src/pages/_document.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class MyDocument extends Document {
99
<html lang="en">
1010
<Head>
1111
<meta charSet="utf-8" />
12+
<meta name="author" content="Data Driven Forms" />
1213
<link rel="manifest" href="/manifest.json" />
1314
<link rel="shortcut icon" href="/favicon.ico" />
1415
<link rel="apple-touch-icon" href="/192x192.png"></link>

0 commit comments

Comments
 (0)