Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit b3f32dc

Browse files
committed
fix: for binary domain
1 parent 66e5a9e commit b3f32dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indexPage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const renderElements = () => {
108108
document.getElementById('bot-main').classList.add('hidden');
109109
return false;
110110
}
111-
if (window.location.pathname.indexOf('/bot') === -1) {
111+
if (isBinaryDomain) {
112112
render(isBinaryDomain && <Logo />, document.getElementById('binary-logo'));
113113
render(<Footer />, document.getElementById('footer'));
114114
isEuCountry().then(isEu => showHideEuElements(isEu));

0 commit comments

Comments
 (0)