Skip to content

Commit

Permalink
fix: πŸ”— update provider URL in inputs table
Browse files Browse the repository at this point in the history
Corrected the URL path for the provider links in the Inputs.table to direct users to the appropriate market provider pages.
  • Loading branch information
davidgasquez committed Oct 22, 2024
1 parent 72be03c commit 61467ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Inputs.table(storage_providers, {
rows: 20,
select: false,
format: {
provider_id: id => htl.html`<a href=/provider/${id} target=_blank>${id}</a>`
provider_id: id => htl.html`<a href=/filecoin-storage-providers-market/provider/${id} target=_blank>${id}</a>`
}
})
```

0 comments on commit 61467ca

Please sign in to comment.