Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: removed telegram from footer and faq (#5950)
Browse files Browse the repository at this point in the history
Co-authored-by: Fasih Ali <[email protected]>
  • Loading branch information
fasihali-deriv and Fasih Ali authored Nov 16, 2023
1 parent 8865771 commit d409fa9
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 163 deletions.
34 changes: 18 additions & 16 deletions src/features/components/templates/footer/social-icons/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,20 +332,22 @@ export const socialMediaAccounts: SmartSocialAccount[] = [
is_career_page: true,
},
},
{
id: 13,
data: {
url: {
type: 'non-company',
target: '_blank',
href: 'https://t.me/derivdotcomofficial',
},
icon: Telegram,
image_alt: '_t_Telegram_t_',
},
visibility: {
is_eu: false,
is_career_page: false,
},
},
//temp removal of telegram : Start
// {
// id: 13,
// data: {
// url: {
// type: 'non-company',
// target: '_blank',
// href: 'https://t.me/derivdotcomofficial',
// },
// icon: Telegram,
// image_alt: '_t_Telegram_t_',
// },
// visibility: {
// is_eu: false,
// is_career_page: false,
// },
// },
//temp removal of telegram : End
]
294 changes: 147 additions & 147 deletions src/pages/help-centre/data/_security.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { TQuestionsData } from './_data-types'
import TelegranDerivGroupImg from 'images/common/help-centre/help-center-telegram-one.png'
import TelegranDerivChatImg from 'images/common/help-centre/help-center-telegram-two.png'

const security: TQuestionsData = {
section: 'General',
Expand Down Expand Up @@ -62,151 +60,153 @@ const security: TQuestionsData = {
},
],
},
{
question: '_t_How can I identify Deriv customer support impersonators on Telegram?_t_',
category: 'Security',
sub_category: '_t_Verification_t_',
label: 'identify-cs-impersonators-telegram',
hide_for_eu: true,
answer: [
{
img: {
src: TelegranDerivGroupImg,
alt: 'Get Started',
width: '36.4rem',
margin: '1rem 0 0 -1.8rem',
},
},
{
translation_text: '_t_Examples of groups impersonating Deriv on Telegram_t_',
color: 'grey',
size: '14px',
},
{
margin_top: '1.6rem',
translation_text:
'_t_An impersonator’s main goal is to steal your sensitive information and funds._t_',
},
{
margin_top: '1.6rem',
translation_text:
'_t_Here are some ways to identify impersonators of Deriv customer support:_t_',
},
{
list: {
list_style: 'disc',
margin_top: '1.2rem',
padding_left: '2.4rem',
size: '16px',
items: [
{
translation_text:
'_t_Impersonators ask for your login details or other sensitive information via Telegram._t_',
},
{
translation_text:
'_t_They provide rewards that sound too good to be true._t_',
},
{
translation_text:
'_t_They demand payments via untraceable channels, for example, via cryptocurrency._t_',
},
{
translation_text:
'_t_They ask you to download an app that isn’t offered on Google Play Store or Apple App Store._t_',
},
{
translation_text:
'_t_They ask you to download software that enables your device to be controlled remotely._t_',
},
{
translation_text:
'_t_They ask you to download files containing malware or virus that can infect your device._t_',
},
],
},
},
{
margin_top: '1.6rem',
translation_text:
'_t_Of course, this list isn’t complete. Every day, impersonators come up with new ways to try to steal your information and money._t_',
},
],
},
{
question: '_t_How can I stay safe from impersonators on Telegram?_t_',
category: 'Security',
sub_category: '_t_Verification_t_',
label: 'identify-impersonators-telegram',
hide_for_eu: true,
answer: [
{
list: {
list_style: 'disc',
margin_top: '1.2rem',
padding_left: '2.4rem',
size: '16px',
items: [
{
translation_text:
'_t_Do not share your account information and other personal details with anyone via Telegram._t_',
},
{
translation_text:
'_t_If something sounds too good to be true, don’t trust it._t_',
},
{
translation_text: '_t_Never download apps via Telegram._t_',
},
{
translation_text:
'_t_Run all files through an up-to-date antivirus first before downloading._t_',
},
{
translation_text:
'_t_Please ensure to <0>join the correct Deriv group</0> on Telegram._t_',
translation_components: [
{
key: 0,
type: 'link',
to: 'https://t.me/derivdotcomofficial',
},
{
key: 1,
type: 'link',
to: '/contact_us/?is_livechat',
},
],
},
{
translation_text:
'_t_If you have been contacted by a potential impersonator or if you have any questions, contact us <0>via live chat</0>._t_',
translation_components: [
{
key: 0,
type: 'link',
to: 'https://deriv.com/contact_us/?is_livechat_open=true',
},
],
},
],
},
},
{
img: {
src: TelegranDerivChatImg,
alt: 'Get Started',
width: '26.4rem',
margin: '1rem 0 0 -1.8rem',
},
},
{
translation_text: '_t_Examples of messages from impersonators_t_',
color: 'grey',
size: '14px',
},
],
},
//temp removal of telegram : Start
// {
// question: '_t_How can I identify Deriv customer support impersonators on Telegram?_t_',
// category: 'Security',
// sub_category: '_t_Verification_t_',
// label: 'identify-cs-impersonators-telegram',
// hide_for_eu: true,
// answer: [
// {
// img: {
// src: TelegranDerivGroupImg,
// alt: 'Get Started',
// width: '36.4rem',
// margin: '1rem 0 0 -1.8rem',
// },
// },
// {
// translation_text: '_t_Examples of groups impersonating Deriv on Telegram_t_',
// color: 'grey',
// size: '14px',
// },
// {
// margin_top: '1.6rem',
// translation_text:
// '_t_An impersonator’s main goal is to steal your sensitive information and funds._t_',
// },
// {
// margin_top: '1.6rem',
// translation_text:
// '_t_Here are some ways to identify impersonators of Deriv customer support:_t_',
// },
// {
// list: {
// list_style: 'disc',
// margin_top: '1.2rem',
// padding_left: '2.4rem',
// size: '16px',
// items: [
// {
// translation_text:
// '_t_Impersonators ask for your login details or other sensitive information via Telegram._t_',
// },
// {
// translation_text:
// '_t_They provide rewards that sound too good to be true._t_',
// },
// {
// translation_text:
// '_t_They demand payments via untraceable channels, for example, via cryptocurrency._t_',
// },
// {
// translation_text:
// '_t_They ask you to download an app that isn’t offered on Google Play Store or Apple App Store._t_',
// },
// {
// translation_text:
// '_t_They ask you to download software that enables your device to be controlled remotely._t_',
// },
// {
// translation_text:
// '_t_They ask you to download files containing malware or virus that can infect your device._t_',
// },
// ],
// },
// },
// {
// margin_top: '1.6rem',
// translation_text:
// '_t_Of course, this list isn’t complete. Every day, impersonators come up with new ways to try to steal your information and money._t_',
// },
// ],
// },
// {
// question: '_t_How can I stay safe from impersonators on Telegram?_t_',
// category: 'Security',
// sub_category: '_t_Verification_t_',
// label: 'identify-impersonators-telegram',
// hide_for_eu: true,
// answer: [
// {
// list: {
// list_style: 'disc',
// margin_top: '1.2rem',
// padding_left: '2.4rem',
// size: '16px',
// items: [
// {
// translation_text:
// '_t_Do not share your account information and other personal details with anyone via Telegram._t_',
// },
// {
// translation_text:
// '_t_If something sounds too good to be true, don’t trust it._t_',
// },
// {
// translation_text: '_t_Never download apps via Telegram._t_',
// },
// {
// translation_text:
// '_t_Run all files through an up-to-date antivirus first before downloading._t_',
// },
// {
// translation_text:
// '_t_Please ensure to <0>join the correct Deriv group</0> on Telegram._t_',
// translation_components: [
// {
// key: 0,
// type: 'link',
// to: 'https://t.me/derivdotcomofficial',
// },
// {
// key: 1,
// type: 'link',
// to: '/contact_us/?is_livechat',
// },
// ],
// },
// {
// translation_text:
// '_t_If you have been contacted by a potential impersonator or if you have any questions, contact us <0>via live chat</0>._t_',
// translation_components: [
// {
// key: 0,
// type: 'link',
// to: 'https://deriv.com/contact_us/?is_livechat_open=true',
// },
// ],
// },
// ],
// },
// },
// {
// img: {
// src: TelegranDerivChatImg,
// alt: 'Get Started',
// width: '26.4rem',
// margin: '1rem 0 0 -1.8rem',
// },
// },
// {
// translation_text: '_t_Examples of messages from impersonators_t_',
// color: 'grey',
// size: '14px',
// },
// ],
// },
//temp removal of telegram : End
{
question:
'_t_How can I identify emails from impersonators of Deriv customer support?_t_',
Expand Down

1 comment on commit d409fa9

@vercel
Copy link

@vercel vercel bot commented on d409fa9 Nov 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-com – ./

deriv-com-git-master.binary.sx
deriv-com.binary.sx

Please sign in to comment.