diff --git a/prototypes/docusaurus/src/constants/demos.ts b/prototypes/docusaurus/src/constants/demos.ts index ae0de92..9a0001c 100644 --- a/prototypes/docusaurus/src/constants/demos.ts +++ b/prototypes/docusaurus/src/constants/demos.ts @@ -77,9 +77,9 @@ export const demos: Demo[] = [ id: 'gumroad', name: 'Gumroad', tagline: - 'A Gumroad-style creator dashboard comparing Inertia and React on Rails Pro with React 19 and RSC.', + 'A public product-page demo comparing Inertia and React on Rails Pro with React 19 and RSC.', repoUrl: 'https://github.com/shakacode/react-on-rails-demo-gumroad-rsc', - demoUrl: 'https://gumroad.reactonrails.com', + demoUrl: 'https://gumroad.reactonrails.com/public_product/rsc_demo', image: '/img/demos/gumroad.webp', category: 'flagship', featured: true,