From 47910b2112aa554f9b3688f76e2567c6b8758a1a Mon Sep 17 00:00:00 2001 From: Akshitha Dasari Date: Sun, 17 May 2026 12:07:34 +0530 Subject: [PATCH 1/2] Improve homepage contributor section UI --- src/components/FloatingContributors/index.tsx | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/components/FloatingContributors/index.tsx b/src/components/FloatingContributors/index.tsx index 33527c07..de76373e 100644 --- a/src/components/FloatingContributors/index.tsx +++ b/src/components/FloatingContributors/index.tsx @@ -87,13 +87,13 @@ interface ContributorActivity { html_url: string; }; action: - | "pushed" - | "created" - | "merged" - | "opened" - | "commented" - | "closed" - | "other"; + | "pushed" + | "created" + | "merged" + | "opened" + | "commented" + | "closed" + | "other"; message?: string; timestamp: Date; timeAgo: string; @@ -219,7 +219,7 @@ const FloatingContributors: React.FC = ({ // Fetch repository events from GitHub API const eventsResponse = await fetch( - "https://api.github.com/repos/recodehive/recode-website/events?per_page=30", + "https://api.github.com/repos/Live GitHub Contributions/events?per_page=30", ); if (!eventsResponse.ok) { @@ -519,17 +519,17 @@ const FloatingContributors: React.FC = ({ headerEmbedded ? {} : { - y: [0, -8, 0], - } + y: [0, -8, 0], + } } transition={ headerEmbedded ? {} : { - duration: 4, - repeat: Infinity, - ease: "easeInOut", - } + duration: 4, + repeat: Infinity, + ease: "easeInOut", + } } > {/* Close button */} @@ -545,7 +545,7 @@ const FloatingContributors: React.FC = ({
👥 - Live Activity + Open Source Contributors
recodehive/recode-website @@ -677,7 +677,7 @@ const FloatingContributors: React.FC = ({ aria-label="View repository on GitHub and join the community" > 🚀 - View Repositories on GitHub + Join Our Open Source Community ↗
From 5534fad7deb3bd0e56a57489b8ad193049426568 Mon Sep 17 00:00:00 2001 From: Akshitha Dasari Date: Sun, 17 May 2026 14:38:37 +0530 Subject: [PATCH 2/2] Revert unrelated changes and fix contributor section --- src/components/FloatingContributors/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/FloatingContributors/index.tsx b/src/components/FloatingContributors/index.tsx index de76373e..bcfcedab 100644 --- a/src/components/FloatingContributors/index.tsx +++ b/src/components/FloatingContributors/index.tsx @@ -219,7 +219,7 @@ const FloatingContributors: React.FC = ({ // Fetch repository events from GitHub API const eventsResponse = await fetch( - "https://api.github.com/repos/Live GitHub Contributions/events?per_page=30", + "https://api.github.com/repos/recodehive/recode-website/events?per_page=30", ); if (!eventsResponse.ok) { @@ -545,7 +545,7 @@ const FloatingContributors: React.FC = ({
👥 - Open Source Contributors + Live Activity
recodehive/recode-website @@ -677,7 +677,7 @@ const FloatingContributors: React.FC = ({ aria-label="View repository on GitHub and join the community" > 🚀 - Join Our Open Source Community + View Repositories on GitHub ↗