From 71c8b31ffe9fae406a398d9d0dece99238ab8f57 Mon Sep 17 00:00:00 2001 From: Dexter Date: Thu, 8 Sep 2022 14:59:35 +0100 Subject: [PATCH] fix: tranches styles look terrible --- apps/explorer/src/app/routes/validators/index.tsx | 2 +- .../routes/redemption/home/redemption-information.tsx | 6 +++--- .../token/src/routes/redemption/home/vesting-table.tsx | 10 +++++----- apps/token/src/routes/redemption/tranche-item.tsx | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) 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 ? (