From 36cac5fa7c3ee2b6f4b61563d9b1d0ff4e6c43ea Mon Sep 17 00:00:00 2001 From: Doan Sy Hung Date: Fri, 7 Jul 2023 11:25:10 +0700 Subject: [PATCH] remove video tutorial --- src/pages/MyEarnings/ClassicElasticTab.tsx | 106 ++++++--------------- 1 file changed, 30 insertions(+), 76 deletions(-) diff --git a/src/pages/MyEarnings/ClassicElasticTab.tsx b/src/pages/MyEarnings/ClassicElasticTab.tsx index 7d7203e8c8..c3a30ed77c 100644 --- a/src/pages/MyEarnings/ClassicElasticTab.tsx +++ b/src/pages/MyEarnings/ClassicElasticTab.tsx @@ -8,11 +8,9 @@ import { useMedia } from 'react-use' import { Flex, Text } from 'rebass' import { ReactComponent as DropdownSVG } from 'assets/svg/down.svg' -import { ReactComponent as TutorialIcon } from 'assets/svg/play_circle_outline.svg' import { PoolClassicIcon, PoolElasticIcon } from 'components/Icons' import Wallet from 'components/Icons/Wallet' import { MouseoverTooltip } from 'components/Tooltip' -import Tutorial, { TutorialType } from 'components/Tutorial' import { APP_PATHS, PROMM_ANALYTICS_URL } from 'constants/index' import { ELASTIC_NOT_SUPPORTED, VERSION } from 'constants/v2' import { useActiveWeb3React } from 'hooks' @@ -280,36 +278,18 @@ function ClassicElasticTab() { const renderHelperButtonsForMobile = () => { return ( - <> - - - - - - - - } - /> - + + + ) } @@ -406,52 +386,26 @@ function ClassicElasticTab() { const renderHelperButtons = () => { return ( - <> - + + - - - Wallet Analytics ↗ - - - - - - - Video Tutorial - - - } - /> - + Wallet Analytics ↗ + + ) }