Skip to content

Commit aa0bbee

Browse files
authored
Merge pull request #2684 from PrakashDurlabhji/issue_2599
issue 2599 fix
2 parents 3f9509f + 50075e6 commit aa0bbee

File tree

1 file changed

+3
-2
lines changed
  • src/shared/components/tc-communities/Footer2

1 file changed

+3
-2
lines changed

src/shared/components/tc-communities/Footer2/index.jsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
*/
55

66
import React from 'react';
7-
7+
import moment from 'moment';
88
import TopcoderLogoGray from '../../../../assets/images/tc-communities/logo_topcoder_gray.svg';
99
import './style.scss';
1010

11+
1112
export default function Footer2() {
1213
return (
1314
<div styleName="footer">
1415
<div styleName="content">
1516
<TopcoderLogoGray />
1617
<span styleName="copyright">
17-
&copy; Topcoder, 2017
18+
&copy; Topcoder, {moment().year()}
1819
</span>
1920
<div styleName="right">
2021
<a

0 commit comments

Comments
 (0)