diff --git a/src/data/trustpilot.json b/src/data/trustpilot.json index d63e4de8044..86f3853279e 100644 --- a/src/data/trustpilot.json +++ b/src/data/trustpilot.json @@ -1,5 +1,5 @@ { "stars": 4.5, "trustScore": 4.6, - "numberOfReviews": "37,000" + "numberOfReviews": "39,092" } diff --git a/src/features/components/molecules/traders-hub-cta-button/index.tsx b/src/features/components/molecules/traders-hub-cta-button/index.tsx index 3a4223cbcde..ff1f2944425 100644 --- a/src/features/components/molecules/traders-hub-cta-button/index.tsx +++ b/src/features/components/molecules/traders-hub-cta-button/index.tsx @@ -1,6 +1,6 @@ import React, { ComponentPropsWithRef, forwardRef } from 'react' import { Button } from '@deriv/quill-design' -import { LabelPairedGridLgBoldIcon } from '@deriv/quill-icons' +import { LabelPairedGrid2LgBoldIcon } from '@deriv/quill-icons' import useAuthCheck from 'components/hooks/use-auth-check' import useHandleSignup from 'components/hooks/use-handle-signup' import { handleRedirectToTradersHub } from 'components/custom/utils' @@ -18,7 +18,7 @@ const TradersHubCtaButton = forwardRef, + icon: , className: 'h-full', }, { @@ -31,7 +31,7 @@ export const cards: CardContent[] = [ size: 'md', color: 'gray', align: 'center', - icon: , + icon: , className: 'h-full', }, { @@ -43,7 +43,7 @@ export const cards: CardContent[] = [ size: 'md', color: 'gray', align: 'center', - icon: , + icon: , className: 'h-full', }, { @@ -55,7 +55,7 @@ export const cards: CardContent[] = [ size: 'md', color: 'gray', align: 'center', - icon: , + icon: , className: 'h-full', }, ]