Merge remote-tracking branch 'origin/feat/41-blocks-styling' into feat/41-blocks-styling

This commit is contained in:
sam-keen 2022-03-15 13:22:18 +00:00
commit 171e27fd7b

View File

@ -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>