We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eefcbb7 + 105d45e commit 199089dCopy full SHA for 199089d
.circleci/config.yml
@@ -371,6 +371,7 @@ workflows:
371
branches:
372
only:
373
- develop
374
+ - feature/link-thrive
375
# Production builds are exectuted
376
# when PR is merged to the master
377
# Don't change anything in this configuration
src/shared/components/challenge-detail/Specification/SideBar/index.jsx
@@ -137,6 +137,16 @@ export default function SideBar({
137
</div>
138
)
139
}
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>
150
<EligibleEvents eventDetails={eventDetail} />
151
{
152
!isDesign && !isMM && (
0 commit comments