From 6c70423b0c909e5a0aec39c5b2e781b3fc975b1a Mon Sep 17 00:00:00 2001 From: meenu-deriv Date: Wed, 10 Jan 2024 13:46:19 +0400 Subject: [PATCH] fix: updated icons --- src/data/trustpilot.json | 2 +- src/features/pages/home/years/data.tsx | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) 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/pages/home/years/data.tsx b/src/features/pages/home/years/data.tsx index 29cf050e211..41543ef10ac 100644 --- a/src/features/pages/home/years/data.tsx +++ b/src/features/pages/home/years/data.tsx @@ -1,10 +1,10 @@ import React from 'react' import { CardContent } from '@deriv-com/components' import { - LightDependableTestIcon, - LightSafeAndSecureTestIcon, - LightRegulatedTestIcon, - LightTwentyFourSevenSupportTestIcon, + LightDependableIcon, + LightSafeAndSecureIcon, + LightRegulatedIcon, + LightTwentyFourSevenSupportIcon, // eslint-disable-next-line import/no-unresolved } from '@deriv/quill-icons/Illustration' import { Localize } from 'components/localization' @@ -19,7 +19,7 @@ export const cards: CardContent[] = [ size: 'md', color: 'gray', align: 'center', - icon: , + 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', }, ]