Skip to content

Commit a801121

Browse files
committed
Revert "Merge pull request #459 from topcoder-platform/tony-faq-updates"
This reverts commit 3783042, reversing changes made to 928fae7.
1 parent 3783042 commit a801121

File tree

2 files changed

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

2 files changed

+8
-2
lines changed

src/shared/components/tc-communities/JoinCommunity/ConfirmModal/index.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ export default function ConfirmModal({
2929
{ userId ? null : (
3030
<p>You must be a Topcoder member before you can join the {communityName} community.</p>
3131
)}
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.
3433
</div>
3534
<div styleName="buttons">
3635
{ userId ? (

src/shared/components/tc-communities/communities/blockchain/Home/index.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ export default function Home(props) {
104104

105105
<NewsSection news={props.news} />
106106

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+
*/
107114
</main>
108115
);
109116
}

0 commit comments

Comments
 (0)