File tree 2 files changed +2
-8
lines changed
src/shared/components/tc-communities
communities/blockchain/Home 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ export default function ConfirmModal({
29
29
{ userId ? null : (
30
30
< p > You must be a Topcoder member before you can join the { communityName } community.</ p >
31
31
) }
32
- To join, login if you are already a member. If not, register first to join the { communityName } community.
32
+ To join, login if you are already a member. If not, register first to join
33
+ the { communityName } community.
33
34
</ div >
34
35
< div styleName = "buttons" >
35
36
{ userId ? (
Original file line number Diff line number Diff line change @@ -104,13 +104,6 @@ export default function Home(props) {
104
104
105
105
< NewsSection news = { props . news } />
106
106
107
- /**
108
- < NewsletterSignup
109
- title = "Sign up for Topcoder Product Development Updates"
110
- text = "Don’t miss out opportunities to work on the Topcoder Platform!"
111
- imageSrc = "/themes/wipro/subscribe-bg.jpg"
112
- />
113
- */
114
107
</ main >
115
108
) ;
116
109
}
You can’t perform that action at this time.
0 commit comments