From 74cad852921fed066c999ff35c4a1e69a4b379bd Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 10 Aug 2022 20:22:37 -0400 Subject: [PATCH] fix: project images --- components/ProjectCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ProjectCard.vue b/components/ProjectCard.vue index 0f7da00..c5d1c84 100644 --- a/components/ProjectCard.vue +++ b/components/ProjectCard.vue @@ -43,7 +43,7 @@ const imgUrl = project.img ? `url(/images/projects/${project.img})` : "none"; -
+