Skip to content

Commit c1d7df0

Browse files
authored
Updated docusaurus.config.js
Updated docusaurus.config.js with a proper copyright symbol and the current year in the footer. (The changes in the end year would be dynamic, using the same code that Docusaurus uses on their own site.)
1 parent cb1a287 commit c1d7df0

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)