diff --git a/components/VestingInput/index.tsx b/components/VestingInput/index.tsx index e402a1952..2e95ce81c 100644 --- a/components/VestingInput/index.tsx +++ b/components/VestingInput/index.tsx @@ -408,9 +408,18 @@ function VestingInput({ refetch }: Props) { i18nKey="Not enough EXA for reserve. <1>Get EXA." components={{ 1: ( - ), }} diff --git a/pages/strategies.tsx b/pages/strategies.tsx index 54bf57b07..9c4f64a97 100644 --- a/pages/strategies.tsx +++ b/pages/strategies.tsx @@ -229,11 +229,9 @@ const Strategies: NextPage = () => { { text: t('Basic'), size: 'small' as const }, ], button: ( - - - + ), isNew: true, }, diff --git a/pages/vesting.tsx b/pages/vesting.tsx index e0e4933de..7e5e56c20 100644 --- a/pages/vesting.tsx +++ b/pages/vesting.tsx @@ -116,9 +116,18 @@ const Vesting: NextPage = () => { i18nKey="You can <1>get EXA if you don’t have the required reserve amount." components={{ 1: ( - ), }}