Skip to content

fix(components): changed PatternCards to use <Link> instead of <a> - #5161

Open
flippedcoder wants to merge 2 commits into
mainfrom
mm/use-link
Open

fix(components): changed PatternCards to use <Link> instead of <a>#5161
flippedcoder wants to merge 2 commits into
mainfrom
mm/use-link

Conversation

@flippedcoder

Copy link
Copy Markdown
Contributor

What does this PR do?

Right now the page reloads and jumps around when you click one of these cards instead of redirecting to the page like the sidenav links do. This fixes the reload issue.

Notes to reviewers

Copilot AI balanced review requested due to automatic review settings August 21, 2026 20:53
@flippedcoder
flippedcoder requested a review from a team as a code owner August 21, 2026 20:53
@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
temporal-documentation Ready Ready Preview Aug 21, 2026 9:02pm

Request Review

@github-actions

Copy link
Copy Markdown
Contributor

📖 Docs PR preview links

This PR does not change any pages in /docs. If you make updates, links to the modified pages will appear here.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates PatternCards to use Docusaurus client-side navigation, preventing full-page reloads.

Changes:

  • Replaces anchor elements with Docusaurus Link.
  • Uses the to property for destinations.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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