Update apps/explorer/src/app/routes/blocks/id/index.tsx
Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
This commit is contained in:
parent
477e3faa6e
commit
a52f00cd8f
@ -36,7 +36,7 @@ const Block = () => {
|
|||||||
<TableCell modifier="bordered">
|
<TableCell modifier="bordered">
|
||||||
<Link
|
<Link
|
||||||
className="text-vega-yellow"
|
className="text-vega-yellow"
|
||||||
to={`/validators/${header.proposer_address}`}
|
to={"/validators"}
|
||||||
>
|
>
|
||||||
{header.proposer_address}
|
{header.proposer_address}
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
Reference in New Issue
Block a user