Skip to content

Commit

Permalink
fix(components): Links for history to testnet explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
bestatigen committed Mar 30, 2022
1 parent 023dc49 commit c190841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/History.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function HistoryItemLayout(
color: 'gray.8'
}
}}
href={`https://explorer.near.org/blocks/${blockHash58}`} target={"_blank"}>
href={`https://explorer.testnet.near.org/blocks/${blockHash58}`} target={"_blank"}>
<Text>
{moment(Number(timestamp)/1000000).format("dddd, DD MMMM YYYY, HH:MM:SS")}
</Text>
Expand Down

0 comments on commit c190841

Please sign in to comment.