File tree 2 files changed +8
-2
lines changed
src/shared/components/tc-communities
communities/blockchain/Home 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ 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
33
- the { communityName } community.
32
+ To join, login if you are already a member. If not, register first to join the { communityName } community.
34
33
</ div >
35
34
< div styleName = "buttons" >
36
35
{ userId ? (
Original file line number Diff line number Diff line change @@ -104,6 +104,13 @@ 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
+ */
107
114
</ main >
108
115
) ;
109
116
}
You can’t perform that action at this time.
0 commit comments