Skip to content

Commit 199089d

Browse files
Merge pull request #5684 from topcoder-platform/feature/link-thrive
feature:link-thrive add sidebar link to thrive article
2 parents eefcbb7 + 105d45e commit 199089d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ workflows:
371371
branches:
372372
only:
373373
- develop
374+
- feature/link-thrive
374375
# Production builds are exectuted
375376
# when PR is merged to the master
376377
# Don't change anything in this configuration

src/shared/components/challenge-detail/Specification/SideBar/index.jsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,16 @@ export default function SideBar({
137137
</div>
138138
)
139139
}
140+
<div>
141+
<h2>
142+
LEARN:
143+
</h2>
144+
<p styleName="link-like-paragraph">
145+
<a href="/thrive/articles/all-about-topcoder-challenges-tasks-and-gig-work-opportunities">
146+
Topcoder Challenges Explained
147+
</a>
148+
</p>
149+
</div>
140150
<EligibleEvents eventDetails={eventDetail} />
141151
{
142152
!isDesign && !isMM && (

0 commit comments

Comments
 (0)