Update redirect URL in SUPERCOMMAND component for improved navigation
This commit is contained in:
parent
57227fb017
commit
4484f85fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ export default function SUPERCOMMAND() {
|
||||||
]
|
]
|
||||||
window.location.href = redirectList[Math.floor(Math.random() * redirectList.length)];
|
window.location.href = redirectList[Math.floor(Math.random() * redirectList.length)];
|
||||||
} else if (tabCount === 1108) {
|
} else if (tabCount === 1108) {
|
||||||
window.location.href = "https://whoamiandwhoareyou.imnya.ng";
|
window.location.href = "https://imnya.ng/whoamiandwhoareyou ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue