fix(404): use ChipLink for return-home CTA on root not-found page#5424
Conversation
Matches the emcn ChipLink pattern already used by sibling landing not-found pages instead of a hand-rolled Link with raw Tailwind classes.
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview That aligns the CTA with other landing not-found pages (e.g. comparison, integrations) and drops one-off Tailwind (taller button, custom radius/padding) in favor of the shared chip styling. Reviewed by Cursor Bugbot for commit 00901fd. Configure here. |
|
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 00901fd. Configure here.
Summary
app/not-found.tsx) hand-rolled a<Link>with raw Tailwind classes to mimic a primary chip buttonChipLink variant='primary'from@sim/emcn, matching the pattern already used by the sibling landing not-found pages (models,integrations,comparison)rounded-lg,px-2), which is more compact than the removed bespoke inline styles (40px height,rounded-[5px],px-5). This is an intentional trade-off — matching the already-established convention on every sibling not-found page rather than preserving a one-off custom sizeType of Change
Testing
Tested manually
Checklist