Skip to content

Commit 27f0dba

Browse files
committed
chore: rename folder
1 parent 59a06cd commit 27f0dba

File tree

12 files changed

+6
-2
lines changed

12 files changed

+6
-2
lines changed

src/indexPage/index.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { moveToDeriv } from '../common/utils/utility';
1111
import { get as getStorage, set as setStorage, remove, getTokenList } from '../common/utils/storageManager';
1212
import { createUrl } from '../common/utils/tools';
1313
import '../common/binary-ui/dropdown';
14-
import BotLanding from './react-components/bot-landing';
14+
import BotLanding from './react-components/binary-landing';
1515

1616
const today = new Date().getTime();
1717
const expirationDate = today + 1000 * 60 * 60 * 24 * 21;
@@ -47,7 +47,11 @@ const renderElements = () => {
4747
showBanner();
4848
$('#shop-url').attr(
4949
'href',
50-
createUrl({ subdomain: 'shop', path: 'collections/strategies', isNonBotPage: true })
50+
createUrl({
51+
subdomain : 'shop',
52+
path : 'collections/strategies',
53+
isNonBotPage: true,
54+
})
5155
);
5256
for (let i = 0; i < elements.length; i++) {
5357
document.querySelector(elements[i]).classList.remove('hidden');

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy