Skip to content

Commit 3c353cc

Browse files
committed
Fix for #5530
1 parent a663404 commit 3c353cc

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/Gigs/GigDetails

1 file changed

+1
-1
lines changed

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)