Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
07sumit1002 committed Nov 26, 2024
1 parent 38ae8a3 commit caa5911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Internship.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Internship = () => {
<p className='py-6'>Check out my recent Internships:</p>
</div>

<div className=' grid sm:grid-cols-2 md:grid-cols-2 gap-10 px-12 sm:px-0'>
<div className='grid sm:grid-cols-2 md:grid-cols-2 gap-10 px-12 sm:px-0'>
{
/* projects.map(({id,src, href, org, title, des})=>( */
projects.map(({id,src, org, title, des})=>(
Expand Down

0 comments on commit caa5911

Please sign in to comment.