From 4f76921495c3c8a22b19e3b223727702f9cca57d Mon Sep 17 00:00:00 2001 From: Dhruv Jha Date: Thu, 26 Oct 2023 01:06:03 +0530 Subject: [PATCH] Dynamic JSON Fetching for Contributer Data --- website/src/components/ProfilesSection.svelte | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/website/src/components/ProfilesSection.svelte b/website/src/components/ProfilesSection.svelte index fc167af..e138f81 100644 --- a/website/src/components/ProfilesSection.svelte +++ b/website/src/components/ProfilesSection.svelte @@ -1,7 +1,18 @@