This repository was archived by the owner on Feb 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export const renderBanner = () => {
8383 getComponent ( ) ;
8484 render ( Component , document . getElementById ( dynamicRoutePathanme ) ) ;
8585 if ( dynamicRoutePathanme === 'bot-landing' ) {
86- setStorage ( 'setDueDateForBanner' , expirationDate ( ) ) ;
86+ // setStorage('setDueDateForBanner', expirationDate());
8787 }
8888 elements . map ( elem => document . querySelector ( elem ) . classList . add ( 'hidden' ) ) ;
8989 document . getElementById ( dynamicRoutePathanme ) . classList . remove ( 'hidden' ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const Footer = () => (
1313 </ div >
1414 < div className = 'about-trade-wrapper-social-icons' >
1515 < a href = "https://www.reddit.com/user/Deriv_official/" target = "_blank" > < img src = 'image/reddit.svg' /> </ a >
16- < a href = "https://t.me/binarydotcom " target = "_blank" > < img src = 'image/telegram.svg' /> </ a >
16+ < a href = "https://t.me/derivdotcomofficial " target = "_blank" > < img src = 'image/telegram.svg' /> </ a >
1717 < a href = "https://www.facebook.com/derivdotcom" target = "_blank" > < img src = 'image/facebook.svg' /> </ a >
1818 < a href = "https://twitter.com/derivdotcom/" target = "_blank" > < img src = 'image/twitter.svg' /> </ a >
1919 < a href = "https://www.instagram.com/deriv_official/" target = "_blank" > < img src = 'image/instagram.svg' /> </ a >
@@ -22,8 +22,7 @@ const Footer = () => (
2222 </ div >
2323 < div className = 'about-trade-wrapper-inner-social-icons-mobile' >
2424 < a href = "https://www.reddit.com/user/Deriv_official/" target = "_blank" > < img src = 'image/reddit.svg' /> </ a >
25- < a href = "https://t.me/binarydotcom" target = "_blank" > < img src = 'image/telegram.svg' /> </ a >
26-
25+ < a href = "https://t.me/derivdotcomofficial" target = "_blank" > < img src = 'image/telegram.svg' /> </ a >
2726 < a href = "https://www.facebook.com/derivdotcom" target = "_blank" > < img src = 'image/facebook.svg' /> </ a >
2827 < a href = "https://twitter.com/derivdotcom/" target = "_blank" > < img src = 'image/twitter.svg' /> </ a >
2928 < a href = "https://www.instagram.com/deriv_official/" target = "_blank" > < img src = 'image/instagram.svg' /> </ a >
Original file line number Diff line number Diff line change @@ -12,13 +12,17 @@ const Footer = () => (
1212 < img src = 'image/derivLogo.png' />
1313 </ div >
1414 < div className = 'about-trade-wrapper-social-icons' >
15+ < a href = "https://www.reddit.com/user/Deriv_official/" target = "_blank" > < img src = 'image/reddit.svg' /> </ a >
16+ < a href = "https://t.me/derivdotcomofficial" target = "_blank" > < img src = 'image/telegram.svg' /> </ a >
1517 < a href = "https://www.facebook.com/derivdotcom" target = "_blank" > < img src = 'image/facebook.svg' /> </ a >
1618 < a href = "https://twitter.com/derivdotcom/" target = "_blank" > < img src = 'image/twitter.svg' /> </ a >
1719 < a href = "https://www.instagram.com/deriv_official/" target = "_blank" > < img src = 'image/instagram.svg' /> </ a >
1820 < a href = "https://www.linkedin.com/company/derivdotcom/" target = "_blank" > < img src = 'image/linkedin.svg' /> </ a >
1921 </ div >
2022 </ div >
2123 < div className = 'about-trade-wrapper-inner-social-icons-mobile' >
24+ < a href = "https://www.reddit.com/user/Deriv_official/" target = "_blank" > < img src = 'image/reddit.svg' /> </ a >
25+ < a href = "https://t.me/derivdotcomofficial" target = "_blank" > < img src = 'image/telegram.svg' /> </ a >
2226 < a href = "https://www.facebook.com/derivdotcom" target = "_blank" > < img src = 'image/facebook.svg' /> </ a >
2327 < a href = "https://twitter.com/derivdotcom/" target = "_blank" > < img src = 'image/twitter.svg' /> </ a >
2428 < a href = "https://www.instagram.com/deriv_official/" target = "_blank" > < img src = 'image/instagram.svg' /> </ a >
You can’t perform that action at this time.
0 commit comments