From d481f21dc927fc23cec6cd875f26bfe51e8a3548 Mon Sep 17 00:00:00 2001 From: Dawit Mekonnen <56738450+Dave-lab12@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:22:35 +0300 Subject: [PATCH] Fix mask-image path in OurTeam section --- src/components/sections/OurTeam.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/OurTeam.astro b/src/components/sections/OurTeam.astro index 9f303e0..147329b 100644 --- a/src/components/sections/OurTeam.astro +++ b/src/components/sections/OurTeam.astro @@ -59,7 +59,7 @@ const teams = await Astro.glob("../../content/team/*.md");