Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions prototypes/docusaurus/src/constants/demos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading