Skip to content

Commit

Permalink
fixed id projet card
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoGlzAlon committed Jan 10, 2025
1 parent 463343c commit c510aa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/pageComponents/landingPage/ProjectsList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ const ProjectsList = ({ title, endpoint }) => {
<div
key={project.id}
onClick={() => handleProjectClick(project.id)}
className="block cursor-pointer bg-transparent p-3 w-full sm:w-full md:w-1/3 lg:w-1/5 transform transition hover:scale-105 hover:bg-slate-100 rounded-lg"
id="project-card"
className="block cursor-pointer bg-transparent p-3 w-full sm:w-full md:w-1/3 lg:w-1/5 transform transition hover:scale-105 hover:bg-slate-100 rounded-lg "
>
<div className="w-full h-48 overflow-hidden rounded-lg bg-gray-200">
<img
Expand Down

0 comments on commit c510aa3

Please sign in to comment.