From 214722e8223cb1b0efc484ceac8df06f63ceb988 Mon Sep 17 00:00:00 2001
From: Ajinkya Rajandekar <145996984+ajinkyaraj-23@users.noreply.github.com>
Date: Wed, 7 Aug 2024 14:07:23 +0100
Subject: [PATCH] Copy changes on landing page and delegation modal.
---
components/LoginModal.tsx | 4 ++--
components/operationModals/Delegate/ConfirmBaker.tsx | 2 +-
components/operationModals/Delegate/DelegateStart.tsx | 5 +++--
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/components/LoginModal.tsx b/components/LoginModal.tsx
index a84bfeb..041a75a 100644
--- a/components/LoginModal.tsx
+++ b/components/LoginModal.tsx
@@ -4,7 +4,7 @@ import Link from 'next/link'
import { PrimaryButton } from './buttons/PrimaryButton'
import { useConnection } from '@/providers/ConnectionProvider'
-const STEPS = ['DELEGATE', 'STAKE TEZ', 'EARN TEZ']
+const STEPS = ['DELEGATE', 'STAKE', 'EARN']
export const LoginModal = () => {
const { connect } = useConnection()
@@ -33,7 +33,7 @@ export const LoginModal = () => {
mb={['30px', '40px']}
color='#171923'
>
- Earn rewards with Tezos staking solutions
+ Stake on Tezos to Earn Rewards
- Earn risk-free rewards by delegating to a Tezos baker. Delegated funds
- remain in your account, and you can always spend them at will.
+ In order to stake and earn rewards, you need to delegate your tez first.
+ Select a baker to do that now. Delegated funds remain in your account.
+ You can always spend them at will.