Skip to content

Commit

Permalink
fix(articles): adjusted hr element
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Oct 14, 2021
1 parent 393798d commit 9304ac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Pages/Articles/ArticleCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const ArticleItem = (props) => {
const timeFormater = moment.utc(createdAt).format('MM/DD/YYYY')

return (
<>
<div className="article-card">
{/* <input type="checkbox" checked={checked}
onChange={() => props.handleCheck(_id)} /> */}
Expand Down Expand Up @@ -46,6 +47,8 @@ const ArticleItem = (props) => {

</div>
</div>
<hr className='article-line' />
</>
)
}

Expand Down

0 comments on commit 9304ac0

Please sign in to comment.