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.
1 parent a663404 commit 3c353ccCopy full SHA for 3c353cc
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