Skip to content

Commit

Permalink
applied 3rd comment today
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phaneendra committed Aug 27, 2021
1 parent 0bb8298 commit 2de875a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const Home = () => {
<div className="listOfProjects">
<h1 className="section-title">List of projects</h1>
<div className="row">
{/* return list of card items */}
{listOfProjects.map((item, i) => {
return (
<div key={i} className="col-md-4 pb-3">
Expand Down

0 comments on commit 2de875a

Please sign in to comment.