Skip to content

Commit d2acd33

Browse files
committed
enhancement
1 parent b570403 commit d2acd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Page/ProjectShowcase.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ const ProjectCard = ({ project }) => {
375375
const { title, description, tech, github_url, username, maker_image, live_url } = project;
376376

377377
return (
378-
<div className="rounded-lg border border-gray-700 bg-gray-900 p-5 shadow-lg transition-all duration-300 hover:scale-105">
378+
<div className="rounded-lg border border-blue-600 bg-gray-900 p-5 shadow-lg transition-all duration-300 hover:scale-105">
379379
<div className="mb-4 flex items-center">
380380
<img src={maker_image} alt={username} className="mr-4 h-10 w-10 rounded-full" />
381381
<h2 className="text-xl font-semibold text-white">{title}</h2>

0 commit comments

Comments
 (0)