File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/react-renderer-demo/src Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,14 @@ const Footer = ({ open }) => {
96
96
< Grid xs = { 12 } md = { 4 } item >
97
97
< Paper elevation = { 0 } className = { classes . foooterCard } >
98
98
< div >
99
- < Typography variant = "h5" > Contribution</ Typography >
100
- < Typography >
99
+ < Typography gutterBottom variant = "h5" >
100
+ Contribution
101
+ </ Typography >
102
+ < Typography gutterBottom >
101
103
Please report any bugs, mistakes, suggestions and don't forget to contribute to the data-driven-forms/react-forms repository.
102
104
</ Typography >
105
+ < Typography gutterBottom > Released under the APACHE-2.0 License.</ Typography >
106
+ < Typography > Copyright © { new Date ( ) . getFullYear ( ) } Data Driven Forms</ Typography >
103
107
</ div >
104
108
</ Paper >
105
109
</ Grid >
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ class MyDocument extends Document {
9
9
< html lang = "en" >
10
10
< Head >
11
11
< meta charSet = "utf-8" />
12
+ < meta name = "author" content = "Data Driven Forms" />
12
13
< link rel = "manifest" href = "/manifest.json" />
13
14
< link rel = "shortcut icon" href = "/favicon.ico" />
14
15
< link rel = "apple-touch-icon" href = "/192x192.png" > </ link >
You can’t perform that action at this time.
0 commit comments