Skip to content

Commit

Permalink
fix: fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshi-deriv committed Jan 10, 2024
1 parent 539c6be commit f462f1c
Showing 1 changed file with 8 additions and 8 deletions.
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 {
LightDependableIcon,
LightSafeAndSecureIcon,
LightRegulatedIcon,
LightTwentyFourSevenSupportIcon,
LightDependableTestIcon,
LightSafeAndSecureTestIcon,
LightRegulatedTestIcon,
LightTwentyFourSevenSupportTestIcon,
// 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: <LightDependableIcon width={120} height={145} />,
icon: <LightDependableTestIcon width={120} height={145} />,
className: 'h-full',
},
{
Expand All @@ -31,7 +31,7 @@ export const cards: CardContent[] = [
size: 'md',
color: 'gray',
align: 'center',
icon: <LightSafeAndSecureIcon width={120} height={145} />,
icon: <LightSafeAndSecureTestIcon width={120} height={145} />,
className: 'h-full',
},
{
Expand All @@ -43,7 +43,7 @@ export const cards: CardContent[] = [
size: 'md',
color: 'gray',
align: 'center',
icon: <LightRegulatedIcon width={120} height={145} />,
icon: <LightRegulatedTestIcon width={120} height={145} />,
className: 'h-full',
},
{
Expand All @@ -55,7 +55,7 @@ export const cards: CardContent[] = [
size: 'md',
color: 'gray',
align: 'center',
icon: <LightTwentyFourSevenSupportIcon width={120} height={145} />,
icon: <LightTwentyFourSevenSupportTestIcon width={120} height={145} />,
className: 'h-full',
},
]

0 comments on commit f462f1c

Please sign in to comment.