Skip to content

Commit

Permalink
fix: correct link for download root block (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun authored Apr 6, 2023
1 parent d8825f7 commit ae99ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/Inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function PieceStatus({pieceCid, pieceStatus, searchQuery}) {
<th>Data Root CID</th>
<td>
<span>{rootCid}</span>
<a className="download" target="_blank" href={"/download/block/"+searchQuery}>
<a className="download" target="_blank" href={"/download/block/"+rootCid}>
Download block
</a>
</td>
Expand Down

0 comments on commit ae99ff4

Please sign in to comment.