Skip to content

Commit

Permalink
fix: updated icons
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshi-deriv committed Jan 10, 2024
1 parent 08825be commit 6c70423
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/data/trustpilot.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stars": 4.5,
"trustScore": 4.6,
"numberOfReviews": "37,000"
"numberOfReviews": "39,092"
}
16 changes: 8 additions & 8 deletions src/features/pages/home/years/data.tsx
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -19,7 +19,7 @@ export const cards: CardContent[] = [
size: 'md',
color: 'gray',
align: 'center',
icon: <LightDependableTestIcon width={120} height={145} />,
icon: <LightDependableIcon width={120} height={145} />,
className: 'h-full',
},
{
Expand All @@ -31,7 +31,7 @@ export const cards: CardContent[] = [
size: 'md',
color: 'gray',
align: 'center',
icon: <LightSafeAndSecureTestIcon width={120} height={145} />,
icon: <LightSafeAndSecureIcon width={120} height={145} />,
className: 'h-full',
},
{
Expand All @@ -43,7 +43,7 @@ export const cards: CardContent[] = [
size: 'md',
color: 'gray',
align: 'center',
icon: <LightRegulatedTestIcon width={120} height={145} />,
icon: <LightRegulatedIcon width={120} height={145} />,
className: 'h-full',
},
{
Expand All @@ -55,7 +55,7 @@ export const cards: CardContent[] = [
size: 'md',
color: 'gray',
align: 'center',
icon: <LightTwentyFourSevenSupportTestIcon width={120} height={145} />,
icon: <LightTwentyFourSevenSupportIcon width={120} height={145} />,
className: 'h-full',
},
]

0 comments on commit 6c70423

Please sign in to comment.