Update apps/explorer/src/app/routes/blocks/id/index.tsx

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
This commit is contained in:
Sam Keen 2022-03-15 12:32:30 +00:00 committed by GitHub
parent 477e3faa6e
commit a52f00cd8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ const Block = () => {
<TableCell modifier="bordered">
<Link
className="text-vega-yellow"
to={`/validators/${header.proposer_address}`}
to={"/validators"}
>
{header.proposer_address}
</Link>