From fe0242746623a851c2b07ea4aea789cf5af0cfca Mon Sep 17 00:00:00 2001 From: Ando <65276708+andostronaut@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:23:08 +0300 Subject: [PATCH] feat: add priotrity in img project card --- components/project-card.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/project-card.tsx b/components/project-card.tsx index 615b159..8f5def0 100755 --- a/components/project-card.tsx +++ b/components/project-card.tsx @@ -69,6 +69,7 @@ export function ProjectCard({ src={image} alt={title} className="h-40 w-full overflow-hidden object-cover object-top" + priority /> )}