diff --git a/apps/explorer/src/app/routes/validators/index.tsx b/apps/explorer/src/app/routes/validators/index.tsx index 9220dc767..baf2e0569 100644 --- a/apps/explorer/src/app/routes/validators/index.tsx +++ b/apps/explorer/src/app/routes/validators/index.tsx @@ -18,7 +18,7 @@ const NODES_QUERY = gql` avatarUrl pubkey tmPubkey - ethereumAddress + ethereumAdddress location stakedByOperator stakedByDelegates diff --git a/apps/token/src/routes/redemption/home/redemption-information.tsx b/apps/token/src/routes/redemption/home/redemption-information.tsx index e8729e994..3a73535ba 100644 --- a/apps/token/src/routes/redemption/home/redemption-information.tsx +++ b/apps/token/src/routes/redemption/home/redemption-information.tsx @@ -74,10 +74,10 @@ export const RedemptionInformation = () => { return (
-
+
-

+

{t( '{{address}} has {{balance}} VEGA tokens in {{tranches}} tranches of the vesting contract.', { @@ -87,7 +87,7 @@ export const RedemptionInformation = () => { } )}

-
+
( - + ); export const VestingTable = ({ @@ -65,17 +65,17 @@ export const VestingTable = ({
-
+
{ const { t } = useTranslation(); const labelClasses = - 'inline-block uppercase bg-white text-black py-4 px-8 font-mono'; + 'inline-block uppercase bg-white text-black py-1 px-2 font-mono'; return ( -
+
{link ? (