Skip to content

Commit

Permalink
Merge pull request #19 from andostronaut/develop
Browse files Browse the repository at this point in the history
feat: add priotrity in img project card
  • Loading branch information
andostronaut authored Jul 22, 2024
2 parents 6819633 + fe02427 commit 66e23d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/project-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export function ProjectCard({
src={image}
alt={title}
className="h-40 w-full overflow-hidden object-cover object-top"
priority
/>
)}
</Link>
Expand Down

0 comments on commit 66e23d4

Please sign in to comment.