fixed url

This commit is contained in:
CHIEFSOFT\ameye
2025-07-31 07:25:44 -04:00
parent 3d8da1af96
commit 8dce26e924
3 changed files with 19 additions and 19 deletions
+14 -14
View File
@@ -51,7 +51,7 @@ let RecentJobsOne = ({jobs}) => {
data-wow-duration="3000ms"
data-wow-delay="200ms"
>
<div className="content d-flex flex-column justify-content-between" style={{height: '250px', width: '100%'}}>
<div className="content d-flex flex-column justify-content-between" style={{height: '180px', width: '100%'}}>
<div className="titleBox">
<h3 className="title">
<a href={dashUrl}>
@@ -61,18 +61,18 @@ let RecentJobsOne = ({jobs}) => {
</div>
<div className='p-0 container-fluid'>
<div><hr /></div>
<div className="blog-meta">
<ul>
<li className="expire">
<a href={dashUrl} className='d-block'>
<div className='font_red d-flex align-items-start'>
<div className='pr-2'>Expires :</div>
<CountDownTimer targetDate={postDt}/>
</div>
</a>
</li>
</ul>
</div>
{/*<div className="blog-meta">*/}
{/* <ul>*/}
{/* <li className="expire">*/}
{/* <a href={dashUrl} className='d-block'>*/}
{/* <div className='font_red d-flex align-items-start'> */}
{/* <div className='pr-2'>Expires :</div>*/}
{/* <CountDownTimer targetDate={postDt}/>*/}
{/* </div>*/}
{/* </a>*/}
{/* </li>*/}
{/* </ul>*/}
{/*</div>*/}
<div className='lmoreTxt d-flex justify-content-end align-items-center'>
<a href={process.env.REACT_APP_DASH_URL_LOGIN}>
Learn More <i className="fal fa-arrow-right" />
@@ -103,7 +103,7 @@ let RecentJobsOne = ({jobs}) => {
Find more opportunities at our marketplace.
</a>
</h3>
<a href="https://dashboard.wrenchboard.com/login">
<a href={process.env.REACT_APP_DASH_URL_LOGIN}>
Login now <i className="fal fa-arrow-right" />
</a>
</div>