diff --git a/app/api/github-stars/route.ts b/app/api/github-stars/route.ts index 325a944b..94ecfb55 100644 --- a/app/api/github-stars/route.ts +++ b/app/api/github-stars/route.ts @@ -36,6 +36,6 @@ export async function GET() { } catch (error) { console.error('Error fetching GitHub stars:', error) // Return cached value or fallback - return NextResponse.json({ stars: cachedStars || 994 }) + return NextResponse.json({ stars: cachedStars || 1200 }) } } diff --git a/app/repos/new/page.tsx b/app/repos/new/page.tsx index f1d73df2..2e4800b6 100644 --- a/app/repos/new/page.tsx +++ b/app/repos/new/page.tsx @@ -182,7 +182,7 @@ export default function NewRepoPage() { onToggleMobileMenu={toggleSidebar} actions={
- + {/* Deploy to Vercel Button */}