From ff2c7753d1beffcda90286b499346729ec3b2034 Mon Sep 17 00:00:00 2001
From: oiov
Date: Sat, 2 Nov 2024 15:58:03 +0800
Subject: [PATCH] fixup
---
components/sections/hero-landing.tsx | 2 +-
components/shared/github-star-button.tsx | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/components/sections/hero-landing.tsx b/components/sections/hero-landing.tsx
index 8000f77..4c70177 100644
--- a/components/sections/hero-landing.tsx
+++ b/components/sections/hero-landing.tsx
@@ -39,7 +39,7 @@ export default async function HeroLanding() {
you need to build better.
-
+
= ({
}
}, [owner, repo, initialStars]);
- if (error) {
- return (
- Unable to load GitHub stars
- );
- }
-
return (