File tree 2 files changed +4
-2
lines changed
src/shared/components/tc-communities/communities
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ import moment from 'moment' ;
1
2
import React from 'react' ;
2
3
import PT from 'prop-types' ;
3
4
import { themr } from 'react-css-super-themr' ;
@@ -8,7 +9,7 @@ function Footer({ theme }) {
8
9
return (
9
10
< footer className = { theme . footer } >
10
11
< div className = { theme . footerText } >
11
- © Copyright Topcoder Ltd 2017
12
+ © Copyright Topcoder Ltd { moment ( ) . year ( ) }
12
13
</ div >
13
14
</ footer >
14
15
) ;
Original file line number Diff line number Diff line change
1
+ import moment from 'moment' ;
1
2
import React from 'react' ;
2
3
import PT from 'prop-types' ;
3
4
import { themr } from 'react-css-super-themr' ;
@@ -8,7 +9,7 @@ function Footer({ theme }) {
8
9
return (
9
10
< footer className = { theme . footer } >
10
11
< div className = { theme . footerText } >
11
- © Copyright Wipro Ltd 2017
12
+ © Copyright Wipro Ltd { moment ( ) . year ( ) }
12
13
</ div >
13
14
</ footer >
14
15
) ;
You can’t perform that action at this time.
0 commit comments