Skip to content

Commit

Permalink
Update copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagr9K committed May 31, 2020
1 parent 4a2a673 commit 38ba485
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -149,20 +149,20 @@ module.exports = {
{
label: "GitHub",
url: "https://github.com/Vagr9K/gatsby-material-starter",
iconClassName: "fa fa-github"
iconClassName: "fa fa-github",
},
{
label: "Twitter",
url: "https://twitter.com/Vagr9K",
iconClassName: "fa fa-twitter"
iconClassName: "fa fa-twitter",
},
{
label: "Email",
url: "mailto:vagr9k@gmail.com",
iconClassName: "fa fa-envelope"
}
iconClassName: "fa fa-envelope",
},
],
copyright: "Copyright © 2019. Material User" // Copyright string for the footer of the website and RSS feed.
copyright: "Copyright © 2020. Material User", // Copyright string for the footer of the website and RSS feed.
};
```

Expand All @@ -171,7 +171,7 @@ You can also optionally set `pathPrefix`:
```js
module.exports = {
// Note: it must *not* have a trailing slash.
pathPrefix: "/gatsby-material-starter" // Prefixes all links. For cases when deployed to example.github.io/gatsby-material-starter/.
pathPrefix: "/gatsby-material-starter", // Prefixes all links. For cases when deployed to example.github.io/gatsby-material-starter/.
};
```

Expand Down
10 changes: 5 additions & 5 deletions data/SiteConfig.js
Expand Up @@ -26,20 +26,20 @@ const config = {
{
label: "GitHub",
url: "https://github.com/Vagr9K/gatsby-material-starter",
iconClassName: "fa fa-github"
iconClassName: "fa fa-github",
},
{
label: "Twitter",
url: "https://twitter.com/Vagr9K",
iconClassName: "fa fa-twitter"
iconClassName: "fa fa-twitter",
},
{
label: "Email",
url: "mailto:vagr9k@gmail.com",
iconClassName: "fa fa-envelope"
}
iconClassName: "fa fa-envelope",
},
],
copyright: "Copyright © 2019. Material User" // Copyright string for the footer of the website and RSS feed.
copyright: "Copyright © 2020. Material User", // Copyright string for the footer of the website and RSS feed.
};

// Validate
Expand Down

0 comments on commit 38ba485

Please sign in to comment.