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', }, ]