From 37053de518fc513ccc3cc3e72375ae5e713f832a Mon Sep 17 00:00:00 2001
From: nwztest <46238360+nwztest@users.noreply.github.com>
Date: Sun, 26 Jan 2025 13:32:23 +0800
Subject: [PATCH] possible optimisation of images
---
src/components/team/card.astro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/team/card.astro b/src/components/team/card.astro
index 91441d3..0726903 100644
--- a/src/components/team/card.astro
+++ b/src/components/team/card.astro
@@ -35,7 +35,7 @@ const photo = images[imageSrc] ? images[imageSrc]() : blank;
{igLink &&
{description}
\ No newline at end of file