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 cddee71 + 11dbe96 commit 137b0ecCopy full SHA for 137b0ec
.circleci/config.yml
@@ -289,7 +289,7 @@ workflows:
289
filters:
290
branches:
291
only:
292
- - free
+ - gig-skills-title
293
# This is beta env for production soft releases
294
- "build-prod-beta":
295
context : org-global
src/shared/components/Gigs/GigDetails/index.jsx
@@ -116,7 +116,7 @@ export default function GigDetails(props) {
116
</div>
117
<div styleName="content">
118
<div styleName="left">
119
- <h4>Skills</h4>
+ <h4>Required Skills</h4>
120
<p styleName="skills"><img src={iconSkills} alt="skills-icon" /> {skills}</p>
121
<h4>Description</h4>
122
<p>{ReactHtmlParser(job.job_description_text, ReactHtmlParserOptions)}
0 commit comments