diff --git a/crowdin/messages.json b/crowdin/messages.json index e15b0d10993..cc1b39698ef 100644 --- a/crowdin/messages.json +++ b/crowdin/messages.json @@ -1482,7 +1482,6 @@ "1403761038": "Real account ", "1403848854": "The Deriv MT5 Standard account offers new and experienced traders high leverage and variable spreads for maximum flexibility.", "1404594106": "Swap short (Daily points)", - "1405023005": "Fast, hassle-free deposits & withdrawal", "1405194573": "Locate the live chat widget on our website or app at the bottom right corner of the screen.", "1405237333": "Head of People Management", "1405929527": "Your IB commissions earned from Deriv X are credited directly into your Deriv account daily.", diff --git a/package-lock.json b/package-lock.json index 2e59581afa5..a7e0dc6da27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@deriv/analytics": "^1.4.4", "@deriv/deriv-api": "^1.0.13", "@deriv/quill-design": "^1.3.2", - "@deriv/quill-icons": "^1.1.5", + "@deriv/quill-icons": "^1.1.10", "@hookform/resolvers": "^3.3.2", "@livechat/customer-sdk": "^3.1.5", "@loadable/component": "^5.15.3", @@ -3089,9 +3089,9 @@ } }, "node_modules/@deriv/quill-icons": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/@deriv/quill-icons/-/quill-icons-1.1.5.tgz", - "integrity": "sha512-Ze5qr9ZG3UGb+99612HV2gyscE/42Kg6UiHoXQxqWqhqKEzfisiDydiVO9e0yalQ4X/YTgELXTurff8lxH6WJQ==", + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/@deriv/quill-icons/-/quill-icons-1.1.10.tgz", + "integrity": "sha512-EzPMP9vsVHlDyMyVNwVgHvroOAUiZ24Hxl+3Zv1ywWVfwfm+SjqgsNeD4Hq24OylnFlV7LYMDj/HN+FAPvMANg==", "peerDependencies": { "react": ">= 16", "react-dom": ">= 16" diff --git a/package.json b/package.json index e3e2858b1b1..f7237850d18 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@deriv/analytics": "^1.4.4", "@deriv/deriv-api": "^1.0.13", "@deriv/quill-design": "^1.3.2", - "@deriv/quill-icons": "^1.1.5", + "@deriv/quill-icons": "^1.1.10", "@hookform/resolvers": "^3.3.2", "@livechat/customer-sdk": "^3.1.5", "@loadable/component": "^5.15.3", diff --git a/src/features/pages/home/fast-payment/index.tsx b/src/features/pages/home/fast-payment/index.tsx index 1fc2ef0785f..f2cbb423e6d 100644 --- a/src/features/pages/home/fast-payment/index.tsx +++ b/src/features/pages/home/fast-payment/index.tsx @@ -8,7 +8,7 @@ const FastPaymentSection: React.FC = () => { const { is_eu } = useRegion() return ( } + title={} description={ !is_eu ? ( 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', }, ]