File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module.exports = {
66 pathPrefix : `/react-netlify-forms` ,
77 siteMetadata : {
88 title : `react-netlify-forms` ,
9- description : `Reusable and customizable component for using Netlify Forms .` ,
9+ description : `Netlify Forms as components and hook with default form handlers .` ,
1010 author : `Pyrax`
1111 } ,
1212 plugins : [
@@ -28,10 +28,10 @@ module.exports = {
2828 resolve : `gatsby-plugin-manifest` ,
2929 options : {
3030 name : `react-netlify-forms` ,
31- short_name : `Forms example ` ,
31+ short_name : `react-netlify-forms ` ,
3232 start_url : `/` ,
33- background_color : `#ffffff ` ,
34- theme_color : `#663399 ` ,
33+ background_color : `#f9fafa ` ,
34+ theme_color : `#1a6653 ` ,
3535 display : `minimal-ui` ,
3636 icon : `src/images/favicon.png`
3737 }
You can’t perform that action at this time.
0 commit comments