Skip to content

Replace homepage playground link with Storybook#254

Merged
hotlong merged 2 commits intomainfrom
copilot/update-homepage-storybook
Jan 29, 2026
Merged

Replace homepage playground link with Storybook#254
hotlong merged 2 commits intomainfrom
copilot/update-homepage-storybook

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 28, 2026

Updates homepage CTA to point to Storybook component library instead of internal playground page.

Changes

apps/site/app/(home)/page.tsx

  • Replaced /playground Link with external anchor to https://storybook.objectui.org
  • Changed button text: "Try Playground" → "View Storybook"
  • Updated icon: play → eye
  • Added target="_blank" and rel="noopener noreferrer" for external link
// Before
<Link href="/playground" className="...">
  <PlayIcon />
  Try Playground
</Link>

// After
<a href="https://storybook.objectui.org" target="_blank" rel="noopener noreferrer" className="...">
  <EyeIcon />
  View Storybook
</a>
Original prompt

更新网站首页,playground更换为storybook


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
objectui Ready Ready Preview, Comment Jan 28, 2026 5:38pm
objectui-components Ready Ready Preview, Comment Jan 28, 2026 5:38pm
objectui-crm-app Ready Ready Preview, Comment Jan 28, 2026 5:38pm

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
@hotlong hotlong marked this pull request as ready for review January 29, 2026 00:18
Copilot AI review requested due to automatic review settings January 29, 2026 00:18
@hotlong hotlong merged commit 8fea0a1 into main Jan 29, 2026
8 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the homepage's call-to-action button to promote the Storybook component library instead of the internal playground page. The change aligns with ObjectUI's positioning as a professional UI component library by showcasing the Storybook documentation to visitors.

Changes:

  • Replaced internal playground link with external Storybook link on homepage CTA
  • Updated button text from "Try Playground" to "View Storybook" and changed icon from play to eye
  • Added proper external link attributes (target="_blank", rel="noopener noreferrer")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants