Skip to content

Commit

Permalink
[TRAH] Sergei / TRAH - 3678 / The deriv.com redirection('d' icon) in …
Browse files Browse the repository at this point in the history
…the footer bar needs to be removed (deriv-com#15594)

* feat: remove d icon from the footer

* feat: remove GoToDeriv component

* chore: empty commit
  • Loading branch information
sergei-deriv authored Jun 19, 2024
1 parent 2564f4f commit 381f10e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
16 changes: 0 additions & 16 deletions packages/core/src/App/Components/Layout/Footer/go-to-deriv.jsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/core/src/App/Components/Layout/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import NetworkStatus from './network-status.jsx';

export default NetworkStatus;
export * from './go-to-deriv.jsx';
export * from './endpoint-note.jsx';
export * from './toggle-fullscreen.jsx';
export * from './toggle-settings.jsx';
Expand Down
2 changes: 0 additions & 2 deletions packages/core/src/App/Containers/Layout/default-footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { withRouter } from 'react-router';
import NetworkStatus, {
AccountLimits as AccountLimitsFooter,
EndpointNote,
GoToDeriv,
HelpCentre,
RegulatoryInformation,
ResponsibleTrading,
Expand Down Expand Up @@ -79,7 +78,6 @@ const Footer = observer(() => {
{cs_chat_whatsapp && <WhatsApp />}
{cs_chat_livechat && <LiveChat />}
<FooterIconSeparator />
<GoToDeriv />
<ResponsibleTrading />
{is_logged_in && <AccountLimitsFooter />}
{is_logged_in && !is_virtual && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { withRouter } from 'react-router';
import NetworkStatus, {
AccountLimits as AccountLimitsFooter,
EndpointNote,
GoToDeriv,
HelpCentre,
RegulatoryInformation,
ResponsibleTrading,
Expand Down Expand Up @@ -93,7 +92,6 @@ const TradingHubFooter = observer(() => {
{footer_extensions_right.map(FooterExtensionRenderer)}
{cs_chat_whatsapp && <WhatsApp />}
{cs_chat_livechat && <LiveChat />}
<GoToDeriv />
<ResponsibleTrading />
{is_logged_in && <AccountLimitsFooter />}
{is_logged_in && !is_virtual && (
Expand Down

0 comments on commit 381f10e

Please sign in to comment.