Skip to content

Commit

Permalink
Removed left over border
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeps committed Jul 19, 2023
1 parent df703ca commit f742704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Content/ProjectSection/ProjectItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const ProjectItem: React.FC<Project> = ({
transform hover:scale-105
shadow-xl hover:shadow-2xl
transition-all duration-500 ease-in-out
border-2 border-green-500"
"
>
<Image
src={imageURL}
Expand Down

0 comments on commit f742704

Please sign in to comment.