Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Agrim/DPROD-4124/fix: trustpilot remove (#7691)
Browse files Browse the repository at this point in the history
* fix: removing trustpilot temporarily

* fix: index

* fix: trustpilot

* fix: empty commit

---------

Co-authored-by: Agrim Jain <[email protected]>
  • Loading branch information
agrim-deriv and Agrim Jain authored May 3, 2024
1 parent 300f02a commit 531f97a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 53 deletions.
2 changes: 1 addition & 1 deletion crowdin/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3256,7 +3256,6 @@
"-1330380888": "Established since",
"-1692319801": "Trade with leverage, unbeatable spreads, and fast execution on the widest range of markets.",
"-711756091": "Trade CFDs and multipliers",
"-766186087": "{{trustScore}} out of 5 based on {{numberOfReviews}} reviews",
"-779264061": "Bots",
"-954684507": "The most popular and comprehensive <0>CFDs</0> platform.",
"-895675910": "Flagship trading platform for <0>multipliers</0>.",
Expand Down Expand Up @@ -3410,6 +3409,7 @@
"-1863275344": "250+ tradeable financial and derived assests",
"-2125275828": "Unique trade types. Hundreds of instruments. Financial and derived markets.",
"-154889447": "Ready to join over 2.5 million traders who have chosen Deriv as their trusted broker? Enter your email address to create a free demo account.",
"-766186087": "{{trustScore}} out of 5 based on {{numberOfReviews}} reviews",
"-1957784093": "Easy And Free Sign Up | Online Trading | Deriv.com",
"-323355149": "deriv careers",
"-507845880": "Cyberjaya bridge and lake view",
Expand Down
3 changes: 0 additions & 3 deletions themes/gatsby-theme-deriv/src/features/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import StatSection from './stats'
import HomeHero from './hero'
import CTA from './cta'
import StartTradingSteps from './start-trading-steps'
import TrustpilotSection from './trustpilot'
import { BuildVariantContextType } from 'features/contexts/build-variant/build-variant.context'
import { useOpenLiveChat } from 'components/hooks/use-open-live-chat-redirection'
import MainFooter from 'features/components/templates/footer'
Expand All @@ -25,15 +24,13 @@ type PageProps = {

const HomePage = ({ region }: PageProps) => {
useOpenLiveChat(true)
const isTrustpilot = useThirdPartyFlags('trustpilot')
const isLivePricing = useThirdPartyFlags('live_pricing')

return (
<QuillLayout region={region}>
<MainRowNavigation />
<PageLayout>
<HomeHero />
{isTrustpilot && <TrustpilotSection />}
<StatSection />
<TwentyYearsStrong />
{isLivePricing && (
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion themes/gatsby-theme-deriv/static/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module.exports = {
youtube: true,
linkedin: true,
},
trustpilot: true,
live_pricing: true,
google_signup: true,
apple_signup: true,
Expand Down

0 comments on commit 531f97a

Please sign in to comment.