Skip to content

Commit 3783042

Browse files
authored
Merge pull request #459 from topcoder-platform/tony-faq-updates
fixed errors
2 parents 928fae7 + dfdac69 commit 3783042

File tree

2 files changed

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

2 files changed

+2
-8
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ 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 the {communityName} community.
32+
To join, login if you are already a member. If not, register first to join
33+
the {communityName} community.
3334
</div>
3435
<div styleName="buttons">
3536
{ userId ? (

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,6 @@ 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-
*/
114107
</main>
115108
);
116109
}

0 commit comments

Comments
 (0)