Closed memoyil closed 2 weeks ago
Latest commit: 59d5902926543a0d610f615328b082ed53ce58e7
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 5, 2024 6:42pm |
PR-Codex overview
This PR focuses on updating the
BenefitCard
component in theCakeStaking
view by replacing theLink
component withNextLinkFromReactRouter
for navigation, enhancing routing capabilities.Detailed summary
Link
component from@pancakeswap/uikit
.NextLinkFromReactRouter
component from@pancakeswap/widgets-internal
.BenefitCard
component to useNextLinkFromReactRouter
.