From 71aa986295b05630680bf294799acaf390391b69 Mon Sep 17 00:00:00 2001 From: Dan Farrelly Date: Mon, 30 Sep 2024 11:15:09 -0400 Subject: [PATCH] Update stars manually --- components/Nav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Nav.tsx b/components/Nav.tsx index 95e81d03a..7cfaa8d0e 100644 --- a/components/Nav.tsx +++ b/components/Nav.tsx @@ -17,7 +17,7 @@ import { productLinks, resourcesLinks } from "./Nav/links"; // Manual count of stars on GitHub for now // Run pnpm run github:stars to get the latest count -const GITHUB_STARS = 2609; +const GITHUB_STARS = 2684; const menu: { title: string;