From f022fbb1b750b0471859a83cebe6d68cde6e1eca Mon Sep 17 00:00:00 2001 From: 3mp8r3 <3mp8r3@gmail.com> Date: Sun, 6 Feb 2022 13:25:35 -0500 Subject: [PATCH 1/2] fix typo --- src/pages/LandingPage/LandingPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/LandingPage/LandingPage.tsx b/src/pages/LandingPage/LandingPage.tsx index 7e5ee99b4..04a4a4030 100755 --- a/src/pages/LandingPage/LandingPage.tsx +++ b/src/pages/LandingPage/LandingPage.tsx @@ -455,7 +455,7 @@ const LandingPage: React.FC = () => { img: DragonsLair, title: 'Dragons Lair', desc: - 'Dragons’s lair is a single staking pool for QUICK token. Stake your QUICK to recieve dQuick, and earn your share of .04%', + 'Dragons Lair is a single staking pool for QUICK token. Stake your QUICK to recieve dQuick, and earn your share of .04%', }, { img: BuyWithFiat, From a6996d1cd204761631b7268629839be6ef0bc575 Mon Sep 17 00:00:00 2001 From: 3mp8r3 <3mp8r3@gmail.com> Date: Sun, 6 Feb 2022 20:00:10 -0500 Subject: [PATCH 2/2] minor fix --- src/components/Header/Header.tsx | 2 +- src/pages/DragonPage/DragonPage.tsx | 6 +++--- src/pages/LandingPage/LandingPage.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx index 0b106c2bd..003392bd2 100755 --- a/src/components/Header/Header.tsx +++ b/src/components/Header/Header.tsx @@ -315,7 +315,7 @@ const Header: React.FC = () => { }, { link: '/dragons', - text: 'Dragons Lair', + text: 'Dragon’s Lair', id: 'dragons-page-link', }, { diff --git a/src/pages/DragonPage/DragonPage.tsx b/src/pages/DragonPage/DragonPage.tsx index 086339998..93af43afa 100755 --- a/src/pages/DragonPage/DragonPage.tsx +++ b/src/pages/DragonPage/DragonPage.tsx @@ -140,7 +140,7 @@ const DragonPage: React.FC = () => { width='100%' > - Dragons Lair + Dragon’s Lair Stake your QUICK here to earn more! @@ -165,7 +165,7 @@ const DragonPage: React.FC = () => { STEP 1: - Dragons Lair + Dragon’s Lair Stake QUICK, Receive dQUICK as receipt representing your share of the pool. @@ -183,7 +183,7 @@ const DragonPage: React.FC = () => { STEP 2: - Dragons Syrup + Dragon’s Syrup Stake dQUICK, Earn tokens of your choice over time. diff --git a/src/pages/LandingPage/LandingPage.tsx b/src/pages/LandingPage/LandingPage.tsx index 04a4a4030..61ccaf944 100755 --- a/src/pages/LandingPage/LandingPage.tsx +++ b/src/pages/LandingPage/LandingPage.tsx @@ -453,9 +453,9 @@ const LandingPage: React.FC = () => { }, { img: DragonsLair, - title: 'Dragons Lair', + title: 'Dragon’s Lair', desc: - 'Dragons Lair is a single staking pool for QUICK token. Stake your QUICK to recieve dQuick, and earn your share of .04%', + 'Dragon’s lair is a single staking pool for QUICK token. Stake your QUICK to recieve dQuick, and earn your share of .04%', }, { img: BuyWithFiat,