fix commit

This commit is contained in:
dev-chiefworks
2022-04-30 23:57:21 -04:00
parent a2c7d94793
commit 499040772a
4 changed files with 237 additions and 18 deletions
+17 -10
View File
@@ -13,7 +13,7 @@ class RecentJobsOne extends Component {
}
async componentDidMount(){
debugger;
// debugger;
const response = await JobsData();
this.setState({jobsDataResults:response});
}
@@ -48,18 +48,22 @@ async componentDidMount(){
return (<div className="col-lg-3 col-md-6">
<div
className="appie-single-service mt-30 wow animated fadeInUp"
className="appie-single-service mt-30 wow animated fadeInUp boxBorder"
data-wow-duration="3000ms"
data-wow-delay="200ms"
>
<div className="content">
<div className="titleBox">
<h3 className="title">
<a href={dashUrl}>
<span className='font_black'>{i.title} </span>
</a>
</h3>
</div>
<h3 className="title">
<a href={dashUrl}>
<span className='font_black'>{i.title} </span>
</a>
</h3>
<div><hr /></div>
<div className="blog-meta">
<ul>
<li className="expire">
@@ -67,9 +71,12 @@ async componentDidMount(){
</li>
</ul>
</div>
<a href={dashUrl}>
<div className='lmoreTxt'>
<a href={dashUrl}>
Learn More <i className="fal fa-arrow-right" />
</a>
</a>
</div>
</div>
</div>
@@ -100,7 +107,7 @@ async componentDidMount(){
Find more oprotunities at our marketplace.
</a>
</h3>
<a href="https://www.wrenchboard.com/login">
<a href="https://dashboard.wrenchboard.com/login">
Login now <i className="fal fa-arrow-right" />
</a>
</div>