Skip to content

Commit ee961c1

Browse files
authored
Merge pull request #1 from chinmaykude/chinmaykude-patch-1
Updated docusaurus.config.js with a proper copyright symbol and the current year in the footer
2 parents cb1a287 + c1d7df0 commit ee961c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = {
8484
]
8585
}
8686
],
87-
copyright: `Copyright (c) 2015-present Dan Abramov and the Redux documentation authors.`
87+
copyright: `Copyright © 2015${new Date().getFullYear()} Dan Abramov and the Redux documentation authors.`
8888
},
8989
image: 'img/redux-logo-landscape.png',
9090
navbar: {

0 commit comments

Comments
 (0)