Compare commits

...

2 Commits

Author SHA1 Message Date
victorAnumudu 92e4771768 space bug fixed 2023-07-01 22:07:03 +01:00
ameye c7675f7941 Merge branch 'blog-implementation' of WrenchBoard/WrenchBoardMainSite into master 2023-07-01 12:34:55 +00:00
+7 -3
View File
@@ -83,12 +83,16 @@ titleLen(title){
<div className="blog-meta">
<ul>
<li className="expire">
{/* <a href={dashUrl}><span className='font_red'> Expires : {postDt} </span></a> */}
<a href={dashUrl}><span className='font_red'> Expires : <CountDownTimer targetDate={postDt}/> </span></a>
<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'>
<div className='lmoreTxt d-flex justify-content-end align-items-center'>
<a href={dashUrl}>
Learn More <i className="fal fa-arrow-right" />
</a>