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)
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