Skip to content

Commit 93c229c

Browse files
committed
copyright script
1 parent d3f2193 commit 93c229c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/scenes/Landing.js

+1-1
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)