From d46738c4bdd51aa82cebb7e0239159a841a2ebfd Mon Sep 17 00:00:00 2001 From: raj-khan Date: Mon, 13 Apr 2026 19:37:35 +0800 Subject: [PATCH] add npm package link to footer and install section --- components/Footer.tsx | 10 ++++++++-- components/InstallGuide.tsx | 23 +++++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 8577032..889ef71 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -23,12 +23,18 @@ export function Footer() { {t("description")}

- {/* Social Icons Placeholder */} - + {/* GitHub */} + + {/* npm */} + + +
diff --git a/components/InstallGuide.tsx b/components/InstallGuide.tsx index 3677b68..0bd18db 100644 --- a/components/InstallGuide.tsx +++ b/components/InstallGuide.tsx @@ -91,6 +91,29 @@ export function InstallGuide() { + + + + + View on npm + + + {/* Right Column: Model Providers Grid */}