From bf22b907608bc08a528c651d369a932963e73473 Mon Sep 17 00:00:00 2001 From: Aditya Pandey Date: Fri, 8 May 2026 23:20:28 +0530 Subject: [PATCH] Update GitHub button label for consistency across OpenClaw OS page and HeroSection --- docs/app/(home)/openclaw-os/page.tsx | 2 +- docs/app/(home)/sections/HeroSection/HeroSection.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/app/(home)/openclaw-os/page.tsx b/docs/app/(home)/openclaw-os/page.tsx index a2b70f3a5..e95304671 100644 --- a/docs/app/(home)/openclaw-os/page.tsx +++ b/docs/app/(home)/openclaw-os/page.tsx @@ -42,7 +42,7 @@ export default function OpenClawOSPage() { mobilePreviewImageHeight={880} mobilePreviewImageCropTopPercent={20} githubRepoUrl="https://github.com/thesysdev/openclaw-os" - githubButtonLabel="Star on GitHub" + githubButtonLabel="Star us on GitHub" widePreview showTagline taglineCompact diff --git a/docs/app/(home)/sections/HeroSection/HeroSection.tsx b/docs/app/(home)/sections/HeroSection/HeroSection.tsx index 2c0cc26a9..8f24f124f 100644 --- a/docs/app/(home)/sections/HeroSection/HeroSection.tsx +++ b/docs/app/(home)/sections/HeroSection/HeroSection.tsx @@ -118,7 +118,7 @@ function MobilePlaygroundButton({ className = "" }: { className?: string }) { function DesktopGithubButton({ href, - label = "Star on GitHub", + label = "Star us on GitHub", className = "", }: { href: string;