Skip to content

Commit f9890ca

Browse files
authored
Merge pull request #28 from OpenFuturePlatform/copyrigth-script-from-master
Copyright script
2 parents d3f2193 + 93c229c commit f9890ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/scenes/Landing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const Landing = () => {
107107
</a>
108108
</div>
109109
</div>
110-
<p className="footer_text">© 2020 OPEN. All Rights Reserved</p>
110+
<p className="footer_text">© {new Date().getFullYear()} OPEN. All Rights Reserved</p>
111111
</footer>
112112

113113

0 commit comments

Comments
 (0)