Skip to content

Commit 137b0ec

Browse files
Merge pull request #5533 from topcoder-platform/gig-skills-title
Gig skills title
2 parents cddee71 + 11dbe96 commit 137b0ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ workflows:
289289
filters:
290290
branches:
291291
only:
292-
- free
292+
- gig-skills-title
293293
# This is beta env for production soft releases
294294
- "build-prod-beta":
295295
context : org-global

src/shared/components/Gigs/GigDetails/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default function GigDetails(props) {
116116
</div>
117117
<div styleName="content">
118118
<div styleName="left">
119-
<h4>Skills</h4>
119+
<h4>Required Skills</h4>
120120
<p styleName="skills"><img src={iconSkills} alt="skills-icon" /> {skills}</p>
121121
<h4>Description</h4>
122122
<p>{ReactHtmlParser(job.job_description_text, ReactHtmlParserOptions)}

0 commit comments

Comments
 (0)