Skip to content

Commit b98fe85

Browse files
committed
feature:link-thrive add sidebar link to thrive article
1 parent ce2c8ed commit b98fe85

File tree

1 file changed

+7
-0
lines changed
  • src/shared/components/challenge-detail/Specification/SideBar

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ export default function SideBar({
137137
</div>
138138
)
139139
}
140+
<div>
141+
<p styleName="link-like-paragraph">
142+
<a href="https://www.topcoder.com/thrive/articles/all-about-topcoder-challenges-tasks-and-gig-work-opportunities">
143+
ALL ABOUT TOPCODER CHALLENGES, TASKS AND GIG WORK OPPORTUNITIES
144+
</a>
145+
</p>
146+
</div>
140147
<EligibleEvents eventDetails={eventDetail} />
141148
{
142149
!isDesign && !isMM && (

0 commit comments

Comments
 (0)