diff --git a/src/components/SUPERCOMMAND.tsx b/src/components/SUPERCOMMAND.tsx index dea5689..5611586 100644 --- a/src/components/SUPERCOMMAND.tsx +++ b/src/components/SUPERCOMMAND.tsx @@ -79,7 +79,7 @@ export default function SUPERCOMMAND() { ] window.location.href = redirectList[Math.floor(Math.random() * redirectList.length)]; } else if (tabCount === 1108) { - window.location.href = "https://whoamiandwhoareyou.imnya.ng"; + window.location.href = "https://imnya.ng/whoamiandwhoareyou "; } } };