From 6cfb1c0dbe96467f310d60544da7e279d6861468 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 12 May 2026 22:15:20 -1000 Subject: [PATCH] Clarify LocalHub example copy --- prototypes/docusaurus/src/pages/examples.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prototypes/docusaurus/src/pages/examples.tsx b/prototypes/docusaurus/src/pages/examples.tsx index 39c32c3..6a648e9 100644 --- a/prototypes/docusaurus/src/pages/examples.tsx +++ b/prototypes/docusaurus/src/pages/examples.tsx @@ -41,7 +41,7 @@ const evaluationPaths: EvaluationPath[] = [ eyebrow: 'RSC proof path', title: 'Inspect the RSC performance demo', description: - 'Open the LocalHub benchmark dashboard with Lighthouse reports, bundle-size evidence, and SSR/client/RSC comparisons.', + 'Open the benchmark dashboard for LocalHub, the sample marketplace app, with Lighthouse reports, bundle-size evidence, and SSR/client/RSC comparisons.', href: 'https://rsc.reactonrails.com/search-performance', cta: 'Open RSC benchmark', }, @@ -69,7 +69,7 @@ const exampleApps = [ { title: 'react-on-rails-demo-marketplace-rsc', description: - 'Public React on Rails Pro + RSC marketplace demo behind the LocalHub Lighthouse and bundle-size comparisons.', + 'Public React on Rails Pro + RSC marketplace demo behind the LocalHub sample app Lighthouse and bundle-size comparisons.', href: 'https://github.com/shakacode/react-on-rails-demo-marketplace-rsc', }, ];