diff --git a/public/images/ic-megaphone.svg b/public/images/ic-megaphone.svg new file mode 100644 index 000000000..3e9bbaa8f --- /dev/null +++ b/public/images/ic-megaphone.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/components/Banner/fixed-dbot-banner.jsx b/src/components/Banner/fixed-dbot-banner.jsx index 899e7f9d0..790bdc2f3 100644 --- a/src/components/Banner/fixed-dbot-banner.jsx +++ b/src/components/Banner/fixed-dbot-banner.jsx @@ -6,13 +6,16 @@ import './fixed-dbot-banner.scss'; const FixedDbotBanner = () => (
-
+ move to deriv
- {translate('For improved features and an overall better performance, ')} + + {translate('Important: ')} + + {translate('Binary Bot will be discontinued soon. ')} - {translate('switch to Deriv Bot')} + {translate('Upgrade to Deriv Bot')} - {translate(' now.')} + {translate(' to continue trading.')}
diff --git a/src/components/Banner/fixed-dbot-banner.scss b/src/components/Banner/fixed-dbot-banner.scss index f36c110db..5770bed30 100644 --- a/src/components/Banner/fixed-dbot-banner.scss +++ b/src/components/Banner/fixed-dbot-banner.scss @@ -7,7 +7,7 @@ justify-content: center; background-color: #ffeabf; height: 56px; - + font-size: var(--font-size-s); @include mobile { height: unset; } @@ -37,10 +37,8 @@ } } - &__icon-info { + &__icon { margin-right: 0.5rem; - font-size: 1.4rem; - transform: rotate(180deg); } }