fix(explorer): use correct replace string in zen faucet transaction link#1460
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 088e3b3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull request overview
Fixes a broken transaction link in the explorer’s Zen faucet status UI by using the correct route placeholder format, and adds a release note via Changesets.
Changes:
- Update faucet status transaction link generation to replace
:idin the route template. - Add a changeset entry describing the fix.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| apps/explorer/components/Faucet/FaucetStatus.tsx | Fixes transaction details link by using the correct :id placeholder replacement. |
| .changeset/plenty-rooms-doubt.md | Adds a changeset entry documenting the faucet transaction link fix. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fc9f90b to
088e3b3
Compare

Closes SiaFoundation/explored#313.